fix: resolverDNS

spostamento2
This commit is contained in:
greko17
2019-12-16 11:42:30 +01:00
parent de0f115f92
commit 43a6103285
2 changed files with 1 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ def start():
# se lo ha: non lo fa entrare nell'addon
# se ha problemi di DNS avvia ma lascia entrare
# se tutto ok: entra nell'addon
from specials import resolverdns
from specials.checkhost import test_conn
import threading
threading.Thread(target=test_conn, args=(True, True, True, [], [], True)).start()