Fixed saving auth info problem

This commit is contained in:
Ali
2019-02-24 12:28:40 +03:00
parent 344201a70d
commit 15a91e5784
3 changed files with 9 additions and 5 deletions

View File

@@ -14,7 +14,8 @@ class GLOBAL:
config = None
arguments = None
directory = None
configDirectory = Path.home() / "Bulk Downloader for Reddit"
defaultConfigDirectory = Path.home() / "Bulk Downloader for Reddit"
configDirectory = ""
reddit_client_id = "BSyphDdxYZAgVQ"
reddit_client_secret = "bfqNJaRh8NMh-9eAr-t4TRz-Blk"
printVanilla = print