From fd179c0e4b8989ffd9bfcd01250e1abf711c914a Mon Sep 17 00:00:00 2001 From: Ali Parlakci Date: Wed, 11 Jul 2018 18:59:17 +0300 Subject: [PATCH] Typo fix --- script.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.py b/script.py index 24fae28..3cdd687 100644 --- a/script.py +++ b/script.py @@ -210,7 +210,7 @@ def checkConflicts(): print("No redditor name given") quit() -class PromptUser(): +class PromptUser: @staticmethod def chooseFrom(choices): print() @@ -596,7 +596,7 @@ def main(): else: checkConflicts() - GLOBAL.config = getConfig(Path(PurePath(__file__).parent / 'config.json')) + GLOBAL.config = getConfig("config.json") print(sys.argv)