mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
b8b1b96b02
commit
84535174e7
2
inbox.py
2
inbox.py
|
@ -897,7 +897,7 @@ def _receiveUpdate(recentPostsCache: {}, session, baseDir: str,
|
||||||
updatePort,
|
updatePort,
|
||||||
messageJson['object'],
|
messageJson['object'],
|
||||||
personCache, debug):
|
personCache, debug):
|
||||||
print('Person Update: ' + str(messageJson['object']))
|
print('Person Update: ' + str(messageJson))
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: Profile update was received for ' +
|
print('DEBUG: Profile update was received for ' +
|
||||||
messageJson['object']['url'])
|
messageJson['object']['url'])
|
||||||
|
|
Loading…
Reference in New Issue