From eadd85a88d8b1d8aeb4e8c0aff7ddddd343259a6 Mon Sep 17 00:00:00 2001 From: vunhat_minh Date: Fri, 25 Jul 2014 18:21:18 +0900 Subject: [PATCH] drop debug line --- rainbowstream/rainbow.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 08f240d..102b1e4 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -1607,8 +1607,7 @@ def listen(): g['prefix'] = True # Release the semaphore lock db.semaphore_update(False) - except Exception as e: - print e + except Exception: printNicely(red('OMG something is wrong with Twitter right now.')) -- 2.25.1