fix e ripristinato checkhost

This commit is contained in:
Alhaziel
2020-02-06 19:45:25 +01:00
parent 7a20f0a433
commit 03e5390d71
2 changed files with 6 additions and 7 deletions

View File

@@ -44,10 +44,9 @@ def start():
# se ha problemi di DNS avvia ma lascia entrare
# se tutto ok: entra nell'addon
# from specials.checkhost import test_conn
# import threading
# threading.Thread(target=test_conn,
# args=(True, not config.get_setting('resolver_dns'), True, [], [], True)).start()
from specials.checkhost import test_conn
import threading
threading.Thread(target=test_conn, args=(True, not config.get_setting('resolver_dns'), True, [], [], True)).start()
def run(item=None):
logger.info()