i guess this will still take a while...

This commit is contained in:
overflowerror 2015-03-23 13:23:19 +01:00
parent 5f67a3ff7b
commit 541a076e81

View file

@ -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