From 0f484dc85e540da8d6112e0aa246380c57157960 Mon Sep 17 00:00:00 2001 From: greko17 Date: Fri, 2 Aug 2019 00:47:37 +0200 Subject: [PATCH] modifica alla def test_conn --- specials/checkhost.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specials/checkhost.py b/specials/checkhost.py index 6e51f229..3ba31451 100644 --- a/specials/checkhost.py +++ b/specials/checkhost.py @@ -47,8 +47,8 @@ LST_SITE_CHCK_DNS = ['https://www.italia-film.pw', 'https://casacinema.space', class Kdicc(): - def __init__(self, is_exit = True, check_dns = False, view_msg = True, - lst_urls = [], lst_site_check_dns = [], in_addon = True): + def __init__(self, is_exit = True, check_dns = True, view_msg = True, + lst_urls = [], lst_site_check_dns = [], in_addon = False): self.ip_addr = xbmc.getIPAddress() self.dns = [xbmc.getInfoLabel('Network.DNS1Address'), @@ -236,8 +236,8 @@ class Kdicc(): """ def richiamato in launcher.py """ -def test_conn(is_exit, check_dns, view_msg, lst_urls, - lst_site_check_dns, in_addon): +def test_conn(self, is_exit = True, check_dns = True, view_msg = True, + lst_urls = [], lst_site_check_dns = [], in_addon = False): # debug # import web_pdb; web_pdb.set_trace()