mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 09:29:26 +00:00
Patch for 'Exception in thread Thread-1 (most likely raised during interpreter shutdown)'
This commit is contained in:
parent
abb1c6a621
commit
89abeb0244
1 changed files with 0 additions and 1 deletions
|
|
@ -1050,7 +1050,6 @@ def _setSocketPreConnect():
|
|||
socket.socket.connect = connect
|
||||
|
||||
thread = threading.Thread(target=_)
|
||||
thread.daemon = True
|
||||
thread.start()
|
||||
|
||||
def _setHTTPHandlers():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue