mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
1c75c14a6a
commit
b89c2b7dcd
2
utils.py
2
utils.py
|
@ -2579,7 +2579,7 @@ def getActorLanguagesList(actorJson: {}) -> []:
|
||||||
if not isinstance(propertyValue['value'], list):
|
if not isinstance(propertyValue['value'], list):
|
||||||
continue
|
continue
|
||||||
if propertyValue['type'] != 'PropertyValue':
|
if propertyValue['type'] != 'PropertyValue':
|
||||||
continue
|
continue
|
||||||
return propertyValue['value']
|
return propertyValue['value']
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue