mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
defa0e2c44
commit
7ecab8a500
3
posts.py
3
posts.py
|
@ -5346,7 +5346,8 @@ def download_announce(session, base_dir: str, http_prefix: str,
|
|||
|
||||
if not isinstance(announced_json, dict):
|
||||
print('WARN: announced post json is not a dict - ' +
|
||||
post_json_object['object'])
|
||||
post_json_object['object'] + ' ' +
|
||||
str(announced_json))
|
||||
_reject_announce(announce_filename,
|
||||
base_dir, nickname, domain, post_id,
|
||||
recent_posts_cache)
|
||||
|
|
Loading…
Reference in New Issue