This commit is contained in:
Ace 2019-05-02 20:00:36 +02:00 committed by GitHub
parent ba52c87912
commit b21e23dd7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -343,10 +343,11 @@ def main():
else:
agenda_list.append({'value':events.name, 'type':'full_day_event'})
if rss_feeds != []:
if bottom_section is not "":
del agenda_list[16:]
image.paste(seperator2, agenda_view_lines['line17'])
else:
if bottom_section is "":
del agenda_list[22:]
image.paste(seperator2, agenda_view_lines['line22'])