Set domain

master
Bob Mottram 2019-08-22 19:10:46 +01:00
parent e95ac52ca1
commit 9017d7c7b8
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ def personReceiveUpdate(baseDir: str, \
if port:
if port!=80 and port!=443:
domainFull=domain+':'+str(port)
updateDomainFull=domain
updateDomainFull=updateDomain
if updatePort:
if updatePort!=80 and updatePort!=443:
updateDomainFull=updateDomain+':'+str(updatePort)