Skip to content

Commit

Permalink
Einzelupdate util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rols1 committed Jun 22, 2024
1 parent cbde342 commit 6a50efa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/lib/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# 02.11.2019 Migration Python3 Modul future
# 17.11.2019 Migration Python3 Modul kodi_six + manuelle Anpassungen
#
# <nr>103</nr> # Numerierung für Einzelupdate
# <nr>104</nr> # Numerierung für Einzelupdate
# Stand: 22.06.2024

# Python3-Kompatibilität:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6a50efa

Please sign in to comment.