Skip to content

Commit

Permalink
Einzelupdate ARDnew.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rols1 committed Jun 28, 2024
1 parent c719878 commit 21a1b86
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions resources/lib/ARDnew.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# 21.11.2019 Migration Python3 Modul kodi_six + manuelle Anpassungen
#
################################################################################
# <nr>80</nr> # Numerierung für Einzelupdate
# Stand: 19.05.2024
# <nr>81</nr> # Numerierung für Einzelupdate
# Stand: 28.06.2024

# Python3-Kompatibilität:
from __future__ import absolute_import # sucht erst top-level statt im akt. Verz.
Expand Down Expand Up @@ -1707,8 +1707,7 @@ def ARD_Teletext_Wrap(new_lines, myline, max_length, txtRight):
def get_json_content(li, page, ID, mark='', mehrzS='', homeID=""):
PLog('get_json_content: ' + ID); PLog(mark)
ID_org=ID; PLog(type(page));
py2_decode(page)
PLog(str(page)[:80])
PLog(page[:80])

CurSender = ARD_CurSender() # init s. Modulkopf
sendername, sender, kanal, img, az_sender = CurSender.split(':')
Expand Down

0 comments on commit 21a1b86

Please sign in to comment.