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")
|
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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user