This commit is contained in:
sidya82 2015-04-03 11:14:41 +02:00
parent 6651367b2a
commit 12691675ae
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ def handleConnection(connection, client_address) :
except Exception as e :
log.printL(str(e), Log.lvl.FAIL)
finally:
quit
quit(connection)
def handleRequest(connection, data):