summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--poezio_80.pngbin0 -> 9431 bytes
-rw-r--r--src/client.py2
2 files changed, 2 insertions, 0 deletions
diff --git a/poezio_80.png b/poezio_80.png
new file mode 100644
index 00000000..cd4cacf8
--- /dev/null
+++ b/poezio_80.png
Binary files differ
diff --git a/src/client.py b/src/client.py
index 84af348e..a4249f9e 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('log', 'w')
+
if len(sys.argv) == 1: # not debug, so hide any error message and disable C-c
import signal
signal.signal(signal.SIGINT, signal.SIG_IGN)