feat: checkhost e alcuni canali

checkhost stampa sul file di log ip e dns anche se non sono attivi i log di kodi e di kod
riscritti i canali con le nuove guide e funzionalita', support.scrape ed eliminazione dei campi di settings
This commit is contained in:
greko17
2019-09-09 21:17:17 +02:00
parent cebf2ca8f5
commit b010155f31
5 changed files with 84 additions and 122 deletions
+4
View File
@@ -219,6 +219,10 @@ def test_conn(is_exit, check_dns, view_msg,
if view_msg == True:
ktest.view_Advise(config.get_localized_string(70722))
xbmc.log("############ Inizio Check DNS ############", level=xbmc.LOGNOTICE)
xbmc.log("IP: %s" % (ktest.ip_addr), level=xbmc.LOGNOTICE)
xbmc.log("DNS: %s" % (ktest.dns), level=xbmc.LOGNOTICE)
xbmc.log("############ Fine Check DNS ############", level=xbmc.LOGNOTICE)
if ktest.check_Ip() and ktest.check_Adsl() and ktest.check_Dns():
return True
else: