More grammatical

merge-requests/30/head
Bob Mottram 2021-10-27 13:22:47 +01:00
parent a3c9468166
commit a70ca0f0d0
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ def _isPublicFeedPost(item: {}, personPosts: {}, debug: bool) -> bool:
return False
if item['type'] != 'Create' and item['type'] != 'Announce':
if debug:
print('Not Create type')
print('Not a Create type')
return False
if item.get('object'):
if isinstance(item['object'], dict):