Patch for 'Exception in thread Thread-1 (most likely raised during interpreter shutdown)'

This commit is contained in:
Miroslav Stampar 2015-11-17 01:09:57 +01:00
parent abb1c6a621
commit 89abeb0244

View File

@ -1050,7 +1050,6 @@ def _setSocketPreConnect():
socket.socket.connect = connect
thread = threading.Thread(target=_)
thread.daemon = True
thread.start()
def _setHTTPHandlers():