forked from 0x2620/pandora
call home
This commit is contained in:
parent
71d72c611d
commit
dc5fd74d9f
4 changed files with 141 additions and 346 deletions
|
|
@ -81,7 +81,7 @@ class Item(models.Model):
|
|||
'index': self.index,
|
||||
}
|
||||
j.update(self.data)
|
||||
if 'contentid' in j and (not keys or 'content' in keys):
|
||||
if 'contentid' in j:
|
||||
content_keys = [
|
||||
'description',
|
||||
'modified',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue