summaryrefslogtreecommitdiff
path: root/src/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.py')
-rw-r--r--src/client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.py b/src/client.py
index ccc2b7b4..31792512 100644
--- a/src/client.py
+++ b/src/client.py
@@ -25,6 +25,8 @@ from handler import Handler
from gui import Gui
from curses import wrapper, initscr
+sys.stderr = open('/dev/null', 'a')
+
class Client(object):
"""
Main class