Convert to string

main
Bob Mottram 2021-01-05 20:16:58 +00:00
parent 99903072d2
commit 2ce7456e28
1 changed files with 1 additions and 1 deletions

View File

@ -2728,7 +2728,7 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int,
checkJsonSignature = True checkJsonSignature = True
else: else:
print('unrecognised @context: ' + print('unrecognised @context: ' +
originalJson['@context']) str(originalJson['@context']))
# strict enforcement of json signatures # strict enforcement of json signatures
if verifyAllSignatures and \ if verifyAllSignatures and \