projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d317c01
)
drop debug line
author
vunhat_minh
<vunhat_minh@dwango.co.jp>
Fri, 25 Jul 2014 09:21:18 +0000
(18:21 +0900)
committer
vunhat_minh
<vunhat_minh@dwango.co.jp>
Fri, 25 Jul 2014 09:21:18 +0000
(18:21 +0900)
rainbowstream/rainbow.py
patch
|
blob
|
blame
|
history
diff --git
a/rainbowstream/rainbow.py
b/rainbowstream/rainbow.py
index 08f240dbb28b8af5fc456f33799ab38db7f7be01..102b1e4b4d293fd0925e25e95c38c7f23a01ad1b 100644
(file)
--- 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.'))