diff --git a/resources/lib/util.py b/resources/lib/util.py index e9b71a1..792a055 100644 --- a/resources/lib/util.py +++ b/resources/lib/util.py @@ -11,7 +11,7 @@ # 02.11.2019 Migration Python3 Modul future # 17.11.2019 Migration Python3 Modul kodi_six + manuelle Anpassungen # -# 103 # Numerierung für Einzelupdate +# 104 # Numerierung für Einzelupdate # Stand: 22.06.2024 # Python3-Kompatibilität: @@ -4003,6 +4003,8 @@ def url_check(url, caller='', dialog=True): return True except Exception as exception: err = str(exception) + PLog("return_true_on_error: " + err) + return True msg1= '%s: Quelle nicht erreichbar - Url:' % caller msg2 = url