More debug

master
Bob Mottram 2019-08-22 19:02:00 +01:00
parent 7ca21555a3
commit 16939a062d
1 changed files with 2 additions and 0 deletions

View File

@ -588,6 +588,8 @@ def personReceiveUpdate(baseDir: str, \
actor=updateDomainFull+'/users/'+updateNickname
if actor not in personJson['id']:
if debug:
print('actor: '+actor)
print('id: '+personJson['id'])
print('DEBUG: Actor does not match id')
return False
if updateDomainFull==domainFull: