mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
5926b17472
commit
c5d89455fb
1
inbox.py
1
inbox.py
|
@ -1541,6 +1541,7 @@ def _receiveAnnounce(recentPostsCache: {},
|
||||||
domainFull, personCache,
|
domainFull, personCache,
|
||||||
signingPrivateKeyPem)
|
signingPrivateKeyPem)
|
||||||
if not postJsonObject:
|
if not postJsonObject:
|
||||||
|
print('WARN: unable to download announce: ' + str(messageJson))
|
||||||
notInOnion = True
|
notInOnion = True
|
||||||
if onionDomain:
|
if onionDomain:
|
||||||
if onionDomain in messageJson['object']:
|
if onionDomain in messageJson['object']:
|
||||||
|
|
Loading…
Reference in New Issue