Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89abeb0

Browse files
committed
Patch for 'Exception in thread Thread-1 (most likely raised during interpreter shutdown)'
1 parent abb1c6a commit 89abeb0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/core/option.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,6 @@ def connect(self, address):
10501050
socket.socket.connect = connect
10511051

10521052
thread = threading.Thread(target=_)
1053-
thread.daemon = True
10541053
thread.start()
10551054

10561055
def _setHTTPHandlers():

0 commit comments

Comments
 (0)