forked from 0x2620/pandora
rename item.json -> item.cache
This commit is contained in:
parent
1bac062a50
commit
bd0732b8d5
7 changed files with 50 additions and 28 deletions
|
|
@ -55,5 +55,5 @@ class Sequence(models.Model):
|
|||
if keys:
|
||||
for key in keys:
|
||||
if key not in j:
|
||||
j[key] = self.sort.item.json.get(key)
|
||||
j[key] = self.sort.item.cache.get(key)
|
||||
return j
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue