let's try this

This commit is contained in:
overflowerror 2015-03-23 12:41:11 +01:00
parent c3f2b3daee
commit f2d80b64ae

View file

@ -16,7 +16,7 @@ logfile = open(LOG_FILE, LOG_TYPE)
def log(text):
logfile.write(datetime.datetime.now().isoformat() + ": " + text + "\n")
print datetime.datetime.now().isoformat() + ": " + text + "\n"
print (datetime.datetime.now().isoformat() + ": " + text + "\n")
def connect():
auth = tweepy.OAuthHandler(