diff --git a/lib/nntp/tiny/server.py b/lib/nntp/tiny/server.py index bb1cc38..63dec61 100644 --- a/lib/nntp/tiny/server.py +++ b/lib/nntp/tiny/server.py @@ -58,7 +58,7 @@ class Server(): thread = threading.Thread(target=spawn) thread.start() - except: + except ssl.SSLEOFError as e: pass listener.close()