From 82e5b2ffa1ab35e0aaf95a3c247e67c2744b8392 Mon Sep 17 00:00:00 2001 From: Ali Parlakci Date: Mon, 9 Jul 2018 23:21:53 +0300 Subject: [PATCH] Fixed the invalid client_id bug --- src/tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools.py b/src/tools.py index d7a0f8f..1d7648a 100644 --- a/src/tools.py +++ b/src/tools.py @@ -23,8 +23,8 @@ class GLOBAL: config = None arguments = None directory = None - reddit_client_id = "Jx3iqqGkSmE5sg" - reddit_client_secret = "PFzVAVRLN78JI48e3bQ5KsgLZp4" + reddit_client_id = "BSyphDdxYZAgVQ" + reddit_client_secret = "bfqNJaRh8NMh-9eAr-t4TRz-Blk" printVanilla = print class jsonFile: