This commit is contained in:
greko17
2019-07-30 16:43:05 +02:00
parent 6966036c99
commit b5a47566d6

View File

@@ -38,9 +38,9 @@ def check(item):
ris = []
logger.info("channel - host :%s - %s " % (chann, host))
lst_host = []
lst_host.append(host)
#lst_host = []
#lst_host.append(host)
lst_host = [host]
rslt = test_conn(is_exit = True, check_dns = False, view_msg = True,
lst_urls = lst_host, lst_site_check_dns = [], in_addon = True)