cleanup
This commit is contained in:
2
main.py
2
main.py
@ -62,8 +62,6 @@ def get_connection():
|
|||||||
useGET=Addon().get_setting('useget'),
|
useGET=Addon().get_setting('useget'),
|
||||||
)
|
)
|
||||||
connected = connection.ping()
|
connected = connection.ping()
|
||||||
except ModuleNotFoundError as e_mnf:
|
|
||||||
popup("Missing dependencies")
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
plugin.log("Exception: %s"%e)
|
plugin.log("Exception: %s"%e)
|
||||||
#except:
|
#except:
|
||||||
|
|||||||
Reference in New Issue
Block a user