From 9d8eaef45b3b60e46533ee508dd202b51ddd1803 Mon Sep 17 00:00:00 2001 From: warwickh Date: Tue, 28 Sep 2021 08:19:57 +1000 Subject: [PATCH] cleanup --- main.py | 2 -- 1 file changed, 2 deletions(-) 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: