Tristan Thrush commited on
Commit
cc9524e
1 Parent(s): 28cc200
Files changed (1) hide show
  1. collect.py +4 -4
collect.py CHANGED
@@ -49,8 +49,8 @@ for i in range(args.num_hits):
49
  Question=question.get_as_xml(),
50
  )
51
 
52
- print(
53
- f"HIT #{i} Link: https://worker{'' if args.live_mode else 'sandbox'}.mturk.com/mturk/preview?groupId="
54
- + new_hit["HIT"]["HITGroupId"]
55
- )
56
 
 
49
  Question=question.get_as_xml(),
50
  )
51
 
52
+ print(
53
+ f"HIT Group Link: https://worker{'' if args.live_mode else 'sandbox'}.mturk.com/mturk/preview?groupId="
54
+ + new_hit["HIT"]["HITGroupId"]
55
+ )
56