diff options
Diffstat (limited to 'src/client.py')
-rw-r--r-- | src/client.py | 2 |
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 |