From 541a076e819b9dfcc77c7750af47700e6cd8cdd0 Mon Sep 17 00:00:00 2001 From: overflowerror Date: Mon, 23 Mar 2015 13:23:19 +0100 Subject: [PATCH] i guess this will still take a while... --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index b6c2c3e..519e203 100644 --- a/main.py +++ b/main.py @@ -16,6 +16,8 @@ def log(text): print(datetime.datetime.now().isoformat() + ": " + text + "\n") def connect(): + global ACCESS_TOKEN_KEY + global ACCESS_TOKEN_SECRET auth = tweepy.OAuthHandler( consumer_key = CONSUMER_KEY, consumer_secret = CONSUMER_SECRET