aboutsummaryrefslogtreecommitdiff
path: root/bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot.py')
-rwxr-xr-xbot.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bot.py b/bot.py
index 3e6d9b0..80ee4ed 100755
--- a/bot.py
+++ b/bot.py
@@ -20,7 +20,7 @@ BOT_TOKEN = ''
20CHANNEL_NAME = '' 20CHANNEL_NAME = ''
21Email = '' 21Email = ''
22Passwd = '' 22Passwd = ''
23PhantomjsPath = '' 23PhantomJSPath = ''
24DBName = '' 24DBName = ''
25DBUser = '' 25DBUser = ''
26DBPass = '' 26DBPass = ''
@@ -54,7 +54,7 @@ def readConfig():
54 global Passwd 54 global Passwd
55 global BOT_TOKEN 55 global BOT_TOKEN
56 global CHANNEL_NAME 56 global CHANNEL_NAME
57 global PhantomjsPath 57 global PhantomJSPath
58 global DBName 58 global DBName
59 global DBUser 59 global DBUser
60 global DBPass 60 global DBPass
@@ -82,7 +82,7 @@ def fetchCookie():
82 global Debug 82 global Debug
83 global Email 83 global Email
84 global Passwd 84 global Passwd
85 global PhantomjsPath 85 global PhantomJSPath
86 86
87 logger = logging.getLogger('fetchCookie') 87 logger = logging.getLogger('fetchCookie')
88 logger.info(getTime() + ': Fetching Cookie...') 88 logger.info(getTime() + ': Fetching Cookie...')
Powered by cgit v1.2.3 (git 2.41.0)