mirror of https://gitlab.com/bashrc2/epicyon
Convert to string
parent
99903072d2
commit
2ce7456e28
2
inbox.py
2
inbox.py
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue