bugfix
This commit is contained in:
parent
ba52c87912
commit
b21e23dd7b
@ -343,10 +343,11 @@ def main():
|
|||||||
else:
|
else:
|
||||||
agenda_list.append({'value':events.name, 'type':'full_day_event'})
|
agenda_list.append({'value':events.name, 'type':'full_day_event'})
|
||||||
|
|
||||||
if rss_feeds != []:
|
if bottom_section is not "":
|
||||||
del agenda_list[16:]
|
del agenda_list[16:]
|
||||||
image.paste(seperator2, agenda_view_lines['line17'])
|
image.paste(seperator2, agenda_view_lines['line17'])
|
||||||
else:
|
|
||||||
|
if bottom_section is "":
|
||||||
del agenda_list[22:]
|
del agenda_list[22:]
|
||||||
image.paste(seperator2, agenda_view_lines['line22'])
|
image.paste(seperator2, agenda_view_lines['line22'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user