fix
This commit is contained in:
parent
a5d1f919f4
commit
6bec3371d6
@ -155,7 +155,7 @@ class Comic:
|
||||
dots = str(exec).split(".")
|
||||
if not isinstance(data,dict): data = json.loads(data)
|
||||
for dot in dots:
|
||||
if dot != None: data = data.get(dot)
|
||||
data = data.get(dot)
|
||||
return data
|
||||
@classmethod
|
||||
def setHomePage(cls,value): cls.dict_homepage = cls.setField(cls.dict_homepage,value)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user