fix
This commit is contained in:
parent
0c126aab22
commit
68702b4837
@ -155,7 +155,7 @@ class Comic:
|
||||
dots = str(exec).split(".")
|
||||
if not isinstance(data,dict): data = json.loads(data)
|
||||
for dot in dots:
|
||||
data = data.get(dot)
|
||||
if dot != None: 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