diff options
author | Florian Jung <flo@windfisch.org> | 2014-12-20 20:50:07 +0100 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2014-12-20 20:50:07 +0100 |
commit | 6982b27c2fd9009dc56de87c513b36b363768795 (patch) | |
tree | ded498c90b0239cefef5bf13b10af887bbc308fd | |
parent | 5b27dd8c7e0003f9ba32d3934ae09e917c4d8541 (diff) |
fixed crash in server
-rw-r--r-- | server.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ while True: else: print >>sys.stderr, 'no more data from', client_address break + except: + print "Dingens!!11!1!!!" finally: # Clean up the connection |