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,
|
||||
messageJson['object'],
|
||||
personCache, debug):
|
||||
print('Person Update: ' + str(messageJson['object']))
|
||||
print('Person Update: ' + str(messageJson))
|
||||
if debug:
|
||||
print('DEBUG: Profile update was received for ' +
|
||||
messageJson['object']['url'])
|
||||
|
|
Loading…
Reference in New Issue