From b5a47566d686213b4a2edbc14cf33fc201905201 Mon Sep 17 00:00:00 2001 From: greko17 Date: Tue, 30 Jul 2019 16:43:05 +0200 Subject: [PATCH] fix --- specials/checkhost.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specials/checkhost.py b/specials/checkhost.py index 49b5d277..be9376c4 100644 --- a/specials/checkhost.py +++ b/specials/checkhost.py @@ -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)