Skip to content

Commit

Permalink
Einzelupdate tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rols1 committed Jul 19, 2024
1 parent b76f493 commit b19214e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/lib/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Filterliste, Suchwortliste

################################################################################
# <nr>8</nr> # Numerierung für Einzelupdate
# Stand: 20.02.2024
# <nr>9</nr> # Numerierung für Einzelupdate
# Stand: 19.07.2024

# Python3-Kompatibilität:
from __future__ import absolute_import # sucht erst top-level statt im akt. Verz.
Expand Down Expand Up @@ -486,7 +486,7 @@ def get_foruminfo():
path = "https://www.kodinerds.net/index.php?thread/64244-release-kodi-addon-ardundzdf/"
page, msg = get_page(path=path)

dt = stringextract(u"chstes Update (Stand ", u")", page) # Stand: Datum, Uhrzeit
dt = stringextract(u"Update (Stand ", u")", page) # Stand: Datum, Uhrzeit
if dt == "":
dt = u"? - Forum nicht erreicht"
PLog("dt: " + dt)
Expand Down

0 comments on commit b19214e

Please sign in to comment.