call home

This commit is contained in:
j 2017-02-09 03:50:27 +00:00
commit dc5fd74d9f
4 changed files with 141 additions and 346 deletions

View file

@ -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',