This commit is contained in:
Ali Parlakci
2018-07-11 18:59:17 +03:00
parent d9dc3132f6
commit fd179c0e4b

View File

@@ -210,7 +210,7 @@ def checkConflicts():
print("No redditor name given") print("No redditor name given")
quit() quit()
class PromptUser(): class PromptUser:
@staticmethod @staticmethod
def chooseFrom(choices): def chooseFrom(choices):
print() print()
@@ -596,7 +596,7 @@ def main():
else: else:
checkConflicts() checkConflicts()
GLOBAL.config = getConfig(Path(PurePath(__file__).parent / 'config.json')) GLOBAL.config = getConfig("config.json")
print(sys.argv) print(sys.argv)