inglobata la funzione di check per la connessione e i DNS. all'utente apparià un messaggio in caso di errore

This commit is contained in:
greko17
2019-08-01 23:59:36 +02:00
parent ebbecf4b84
commit f35fd13600
4 changed files with 297 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ def start():
# controlla se l'utente ha qualche problema di connessione
# se lo ha, non lo fa entrare nell'addon e visualizza un messaggio
# se tutto ok, entra nell'addon
from kdicc import test_conn
from specials.checkhost import test_conn
test_conn(is_exit = True, check_dns = True, view_msg = True,
lst_urls = [], lst_site_check_dns = [], in_addon = True)