Different domain

master
Bob Mottram 2019-08-22 19:03:53 +01:00
parent 16939a062d
commit 2d90c8945c
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ def personReceiveUpdate(baseDir: str, \
if updatePort:
if updatePort!=80 and updatePort!=443:
updateDomainFull=updateDomain+':'+str(updatePort)
actor=updateDomainFull+'/users/'+updateNickname
actor=domainFull+'/users/'+updateNickname
if actor not in personJson['id']:
if debug:
print('actor: '+actor)