fix for real

This commit is contained in:
Ruben van de Ven 2021-07-14 17:46:11 +02:00
parent c1d454f512
commit 0d2f225d52
1 changed files with 1 additions and 1 deletions

View File

@ -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}")