Minor revert (it was not necessary - caused other problems)

This commit is contained in:
Miroslav Stampar
2016-05-14 14:48:17 +02:00
parent 75478c1181
commit cd7c99c752
2 changed files with 1 additions and 3 deletions

View File

@@ -133,7 +133,6 @@ from lib.core.settings import URI_INJECTABLE_REGEX
from lib.core.settings import VERSION_STRING
from lib.core.settings import WEBSCARAB_SPLITTER
from lib.core.threads import getCurrentThreadData
from lib.core.threads import setDaemon
from lib.core.update import update
from lib.parse.configfile import configFileParser
from lib.parse.payloads import loadBoundaries
@@ -1064,7 +1063,6 @@ def _setSocketPreConnect():
socket.socket.connect = connect
thread = threading.Thread(target=_)
setDaemon(thread)
thread.start()
def _setHTTPHandlers():