mirror of https://gitlab.com/bashrc2/epicyon
Less indentation
parent
8fa40f80bb
commit
7f6650e524
|
@ -376,7 +376,8 @@ def get_todays_events(base_dir: str, nickname: str, domain: str,
|
||||||
tag['language'] = content_language
|
tag['language'] = content_language
|
||||||
post_event.append(tag)
|
post_event.append(tag)
|
||||||
|
|
||||||
if post_event and day_of_month:
|
if not (post_event and day_of_month):
|
||||||
|
continue
|
||||||
calendar_post_ids.append(post_id)
|
calendar_post_ids.append(post_id)
|
||||||
if not events.get(day_of_month):
|
if not events.get(day_of_month):
|
||||||
events[day_of_month] = []
|
events[day_of_month] = []
|
||||||
|
|
Loading…
Reference in New Issue