fix checkhost

This commit is contained in:
greko17
2019-08-30 18:48:02 +02:00
committed by mac12m99
parent bf4338590a
commit 1ca3a5cb09

View File

@@ -67,7 +67,7 @@ class Kdicc():
http_errr = 0
for rslt in r:
xbmc.log("check_Adsl rslt: %s" % rslt['code'], level=xbmc.LOGNOTICE)
if rslt['code'] == '111':
if rslt['code'] == '111' or '[Errno -3]' in str(rslt['code']):
http_errr +=1
if len(LIST_SITE) == http_errr: