main
Bob Mottram 2023-05-24 11:18:38 +01:00
parent 9f5220a56b
commit de2dee92f8
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ def save_post_to_inbox_queue(base_dir: str, http_prefix: str,
if obj_dict_exists:
if is_quote_toot(post_json_object, content_str):
if post_json_object.get('id'):
print('REJECT: inbox quote toot' +
print('REJECT: inbox quote toot ' +
str(post_json_object['id']))
return None