mirror of https://gitlab.com/bashrc2/epicyon
Consistent spelling
parent
fd51d6322d
commit
73f1fea0b0
2
inbox.py
2
inbox.py
|
@ -2973,7 +2973,7 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int,
|
||||||
if hasValidContext(originalJson):
|
if hasValidContext(originalJson):
|
||||||
hasJsonSignature = True
|
hasJsonSignature = True
|
||||||
else:
|
else:
|
||||||
print('unrecognised @context: ' +
|
print('unrecognized @context: ' +
|
||||||
str(originalJson['@context']))
|
str(originalJson['@context']))
|
||||||
|
|
||||||
# strict enforcement of json signatures
|
# strict enforcement of json signatures
|
||||||
|
|
Loading…
Reference in New Issue