Skip to content

Commit

Permalink
Einzelupdate ardundzdf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rols1 committed Apr 17, 2023
1 parent 15377c1 commit 91c7649
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ardundzdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# VERSION -> addon.xml aktualisieren
# <nr>94</nr> # Numerierung für Einzelupdate
VERSION = '4.6.9'
VDATE = '16.04.2023'
VDATE = '17.04.2023'


# (c) 2019 by Roland Scholz, rols1@gmx.de
Expand Down Expand Up @@ -9452,9 +9452,7 @@ def full_shows(title, title_samml, summary, duration, fname):
if duration == '': # Sicherung gg. int()-error
return title

#if "Ende der Feier" in title_samml: # Debug
# PLog("Mark0")

ret = "nofill" # Return-Flag
if SETTINGS.getSetting('pref_mark_full_shows') == 'true':
path = SETTINGS.getSetting('pref_fullshows_path')
if path == '':
Expand Down

0 comments on commit 91c7649

Please sign in to comment.