From ba1b5774bb43859271371ebc71be069469255cb8 Mon Sep 17 00:00:00 2001 From: nemunaire Date: Thu, 17 Jul 2014 12:02:16 +0200 Subject: [PATCH] Too long close is identified --- nemubot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nemubot.py b/nemubot.py index 5948304..61b740c 100755 --- a/nemubot.py +++ b/nemubot.py @@ -73,4 +73,7 @@ if __name__ == "__main__": exc_value)[0]) print ("\nWaiting for other threads shuts down...") + + # Indeed, the server socket is waiting for receiving some data + sys.exit(0)