From 12691675aec941adc485a77b5950d189ae775df5 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Fri, 3 Apr 2015 11:14:41 +0200 Subject: [PATCH] Poulet --- serveur/Server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serveur/Server.py b/serveur/Server.py index c76609e..b00ada3 100644 --- a/serveur/Server.py +++ b/serveur/Server.py @@ -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):