From f2d80b64ae7f05887cd5998542e3fdb321a0d843 Mon Sep 17 00:00:00 2001 From: overflowerror Date: Mon, 23 Mar 2015 12:41:11 +0100 Subject: [PATCH] let's try this --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index fc6c3cb..d7f70e7 100644 --- a/main.py +++ b/main.py @@ -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(