This commit is contained in:
Ruben van de Ven 2019-10-31 16:04:14 +01:00
parent 33f253cbc2
commit bb3e20c5a6
1 changed files with 1 additions and 1 deletions

View File

@ -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',