mirror of https://gitlab.com/bashrc2/epicyon
Remove sent from calendar notification before using it
parent
60655ffefe
commit
472f7945e9
|
@ -2109,7 +2109,7 @@ def htmlTimeline(translate: {},pageNumber: int, \
|
||||||
if os.path.isfile(calendarFile):
|
if os.path.isfile(calendarFile):
|
||||||
calendarImage='calendar_notify.png'
|
calendarImage='calendar_notify.png'
|
||||||
with open(calendarFile, 'r') as calfile:
|
with open(calendarFile, 'r') as calfile:
|
||||||
calendarPath=calfile.read().replace('\n', '')
|
calendarPath=calfile.read().replace('##sent##','').replace('\n', '')
|
||||||
|
|
||||||
# should the DM button be highlighted?
|
# should the DM button be highlighted?
|
||||||
newDM=False
|
newDM=False
|
||||||
|
|
Loading…
Reference in New Issue