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):
|
||||
hasJsonSignature = True
|
||||
else:
|
||||
print('unrecognised @context: ' +
|
||||
print('unrecognized @context: ' +
|
||||
str(originalJson['@context']))
|
||||
|
||||
# strict enforcement of json signatures
|
||||
|
|
Loading…
Reference in New Issue