Skip to content

Commit

Permalink
fixes problem with variables randomly being renamed in a previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gureckis committed Jul 23, 2014
1 parent 9187159 commit f36debd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psiturk/amt_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def get_workers(self, assignment_status=None):
'workerId': worker.WorkerId,
'submit_time': worker.SubmitTime,
'accept_time': worker.AcceptTime,
'status': worker.assignment_status
'status': worker.AssignmentStatus
} for worker in workers]
return worker_data

Expand Down

0 comments on commit f36debd

Please sign in to comment.