summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.py b/src/window.py
index a90031fa..dfae2600 100644
--- a/src/window.py
+++ b/src/window.py
@@ -125,7 +125,7 @@ class TextWin(object):
win.attron(curses.color_pair(8))
win.addstr(line[1])
win.attroff(curses.color_pair(8))
- except: # exception happens on resize, but it doesn't change anything...
+ except:pass # exception happens on resize, but it doesn't change anything...
elif len(line) == 3:
for user in users:
if user.nick == line[1]: