mirror of https://gitlab.com/bashrc2/epicyon
Set domain
parent
e95ac52ca1
commit
9017d7c7b8
2
inbox.py
2
inbox.py
|
@ -581,7 +581,7 @@ def personReceiveUpdate(baseDir: str, \
|
||||||
if port:
|
if port:
|
||||||
if port!=80 and port!=443:
|
if port!=80 and port!=443:
|
||||||
domainFull=domain+':'+str(port)
|
domainFull=domain+':'+str(port)
|
||||||
updateDomainFull=domain
|
updateDomainFull=updateDomain
|
||||||
if updatePort:
|
if updatePort:
|
||||||
if updatePort!=80 and updatePort!=443:
|
if updatePort!=80 and updatePort!=443:
|
||||||
updateDomainFull=updateDomain+':'+str(updatePort)
|
updateDomainFull=updateDomain+':'+str(updatePort)
|
||||||
|
|
Loading…
Reference in New Issue