From 71a23ea18e3a722d410572fbace76903e6ae672c Mon Sep 17 00:00:00 2001 From: Jackson Miller Date: Tue, 28 Feb 2023 12:01:16 -0600 Subject: [PATCH] Revert "dummy edit" This reverts commit 824cdb90dcece2c8b86640ce88de3db9efb362af. --- bing_rewards/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bing_rewards/__init__.py b/bing_rewards/__init__.py index 0ede4bc..7cf529d 100644 --- a/bing_rewards/__init__.py +++ b/bing_rewards/__init__.py @@ -295,8 +295,7 @@ def main(): check_python_version() config = parse_config(SETTINGS) args = parse_args() - - # Ignore the delay times if doing a dryrun + if args.dryrun: config["search-delay"] = 0 config["load-delay"] = 0