diff --git a/main.py b/main.py index c6afc65..627e819 100644 --- a/main.py +++ b/main.py @@ -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: