mirror of https://gitlab.com/bashrc2/epicyon
Check that content is returned#
parent
83ab01729e
commit
a68c12d530
2
posts.py
2
posts.py
|
@ -629,6 +629,8 @@ def _get_posts(session, outbox_url: str, max_posts: int,
|
||||||
continue
|
continue
|
||||||
|
|
||||||
content = get_base_content_from_post(this_item, system_language)
|
content = get_base_content_from_post(this_item, system_language)
|
||||||
|
if not content:
|
||||||
|
continue
|
||||||
content = content.replace(''', "'")
|
content = content.replace(''', "'")
|
||||||
|
|
||||||
mentions = []
|
mentions = []
|
||||||
|
|
Loading…
Reference in New Issue