mirror of https://gitlab.com/bashrc2/epicyon
Spaces
parent
69aa3455c2
commit
e996141fd8
2
inbox.py
2
inbox.py
|
@ -764,7 +764,7 @@ def personReceiveUpdate(baseDir: str,
|
|||
"""Changes an actor. eg: avatar or display name change
|
||||
"""
|
||||
if debug:
|
||||
print('DEBUG: receiving actor update for '+personJson['url'])
|
||||
print('DEBUG: receiving actor update for ' + personJson['url'])
|
||||
domainFull = domain
|
||||
if port:
|
||||
if port != 80 and port != 443:
|
||||
|
|
Loading…
Reference in New Issue