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