mirror of
https://github.com/KevinMidboe/bulk-downloader-for-reddit.git
synced 2025-10-29 17:40:15 +00:00
Typo fix
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user