Logging
This commit is contained in:
parent
33f253cbc2
commit
bb3e20c5a6
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ class CentralManagement():
|
|||
|
||||
fee = (self.config['hour_rate_aim']/3600.) * estimatedHitDuration
|
||||
self.currentHit.fee = fee
|
||||
self.logger.debug(f"Based on average duration of {estimatedHitDuration} fee should be {fee}/hit to get hourly rate of {self.config['hour_rate_aim']}")
|
||||
self.logger.info(f"Based on average duration of {estimatedHitDuration} fee should be {fee}/hit to get hourly rate of {self.config['hour_rate_aim']}")
|
||||
new_hit = self.mturk.create_hit(
|
||||
Title = 'Trace the drawn line',
|
||||
Description = 'Draw a line over the sketched line in the image',
|
||||
|
|
Loading…
Reference in a new issue