mirror of https://gitlab.com/bashrc2/epicyon
Less indentation
parent
e95f6b8261
commit
bfa2c4c63b
|
@ -68,7 +68,8 @@ def _html_front_screen_posts(recent_posts_cache: {}, max_recent_posts: int,
|
||||||
if len(outbox_feed['orderedItems']) == 0:
|
if len(outbox_feed['orderedItems']) == 0:
|
||||||
break
|
break
|
||||||
for item in outbox_feed['orderedItems']:
|
for item in outbox_feed['orderedItems']:
|
||||||
if item['type'] == 'Create':
|
if item['type'] != 'Create':
|
||||||
|
continue
|
||||||
timezone = get_account_timezone(base_dir, nickname, domain)
|
timezone = get_account_timezone(base_dir, nickname, domain)
|
||||||
minimize_all_images = False
|
minimize_all_images = False
|
||||||
if nickname in min_images_for_accounts:
|
if nickname in min_images_for_accounts:
|
||||||
|
|
Loading…
Reference in New Issue