Merge branch 'checkhost'

This commit is contained in:
greko17
2019-07-29 19:25:20 +02:00
5 changed files with 86 additions and 0 deletions

View File

@@ -30,6 +30,13 @@ def start():
# Test if all the required directories are created
config.verify_directories_created()
# 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
test_conn(is_exit = True, check_dns = True, view_msg = True,
lst_urls = [], lst_site_check_dns = [], in_addon = True)
def run(item=None):
logger.info()