From 0d2f225d526141f38b0a2ab3562d86d94573581f Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Wed, 14 Jul 2021 17:46:11 +0200 Subject: [PATCH] fix for real --- exhaust.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exhaust.py b/exhaust.py index 70c6c17..ef0e579 100644 --- a/exhaust.py +++ b/exhaust.py @@ -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}")