mirror of https://gitlab.com/bashrc2/epicyon
Warning
parent
b1d690e267
commit
6b874b84fb
3
posts.py
3
posts.py
|
@ -5352,7 +5352,8 @@ def download_announce(session, base_dir: str, http_prefix: str,
|
||||||
recent_posts_cache)
|
recent_posts_cache)
|
||||||
return None
|
return None
|
||||||
if announced_json.get('error'):
|
if announced_json.get('error'):
|
||||||
print('Attempt to download announce returned an error ' +
|
print('WARN: ' +
|
||||||
|
'Attempt to download announce returned an error ' +
|
||||||
post_json_object['object'] + ' ' +
|
post_json_object['object'] + ' ' +
|
||||||
str(announced_json))
|
str(announced_json))
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Reference in New Issue