mirror of https://gitlab.com/bashrc2/epicyon
Items
parent
3b9e57b534
commit
fc3112b878
|
@ -276,7 +276,7 @@ def _webfingerUpdateFromProfile(wfJson: {}, actorJson: {}) -> bool:
|
|||
continue
|
||||
propertyName = propertyValue['name'].lower()
|
||||
found = False
|
||||
for name, alias in webfingerPropertyName:
|
||||
for name, alias in webfingerPropertyName.items():
|
||||
if name == propertyName:
|
||||
found = True
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue