merge-requests/30/head
Bob Mottram 2023-02-21 11:29:28 +00:00
parent b1d690e267
commit 6b874b84fb
1 changed files with 2 additions and 1 deletions

View File

@ -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