mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Patch for 'Exception in thread Thread-1 (most likely raised during interpreter shutdown)'
This commit is contained in:
@@ -1050,7 +1050,6 @@ def _setSocketPreConnect():
|
||||
socket.socket.connect = connect
|
||||
|
||||
thread = threading.Thread(target=_)
|
||||
thread.daemon = True
|
||||
thread.start()
|
||||
|
||||
def _setHTTPHandlers():
|
||||
|
||||
Reference in New Issue
Block a user