fix: resolverDNS
spostamento2
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
from specials import resolverdns
|
|
||||||
|
|
||||||
import xbmc
|
import xbmc
|
||||||
from platformcode import config, logger
|
from platformcode import config, logger
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ def start():
|
|||||||
# se lo ha: non lo fa entrare nell'addon
|
# se lo ha: non lo fa entrare nell'addon
|
||||||
# se ha problemi di DNS avvia ma lascia entrare
|
# se ha problemi di DNS avvia ma lascia entrare
|
||||||
# se tutto ok: entra nell'addon
|
# se tutto ok: entra nell'addon
|
||||||
|
from specials import resolverdns
|
||||||
from specials.checkhost import test_conn
|
from specials.checkhost import test_conn
|
||||||
import threading
|
import threading
|
||||||
threading.Thread(target=test_conn, args=(True, True, True, [], [], True)).start()
|
threading.Thread(target=test_conn, args=(True, True, True, [], [], True)).start()
|
||||||
|
|||||||
Reference in New Issue
Block a user