fix for real
This commit is contained in:
parent
c1d454f512
commit
0d2f225d52
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ if __name__ == "__main__":
|
|||
|
||||
logging.getLogger('botocore').setLevel(logging.INFO)
|
||||
|
||||
connection = exhausting_mturk.api.Connection(args.config)
|
||||
connection = exhausting_mturk.api.Connection(args.config, args.for_real)
|
||||
|
||||
print(f"{connection}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue