This commit is contained in:
warwickh 2021-09-28 08:19:57 +10:00
parent 42629ac27f
commit 9d8eaef45b
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ def get_connection():
useGET=Addon().get_setting('useget'),
)
connected = connection.ping()
except ModuleNotFoundError as e_mnf:
popup("Missing dependencies")
except Exception as e:
plugin.log("Exception: %s"%e)
#except: