From a2438da3c2b4d2fa555ce89e5935e738ef3bb7ff Mon Sep 17 00:00:00 2001 From: Daniel Calle Rosa Date: Mon, 8 Jun 2020 19:28:47 +0200 Subject: [PATCH] PyGIDeprecation Since version 3.11, calling threads_init is no longer needed. See: https://wiki.gnome.org/PyGObject/Threading GObject.threads_init() --- iptv.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/iptv.py b/iptv.py index 2b408dd..d47f57e 100755 --- a/iptv.py +++ b/iptv.py @@ -15,8 +15,6 @@ PATH = os.path.dirname(os.path.realpath(__file__)) CFG=None -GObject.threads_init() - vlc_process = None