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
else:
print('unrecognised @context: ' +
originalJson['@context'])
str(originalJson['@context']))
# strict enforcement of json signatures
if verifyAllSignatures and \