ignore library list

This commit is contained in:
j 2016-01-07 16:39:52 +05:30
parent ca301546f3
commit 5294a0cb50
1 changed files with 2 additions and 0 deletions

View File

@ -191,6 +191,8 @@ class Changelog(db.Model):
def action_addlist(self, user, timestamp, name, query=None):
from user.models import List
if name == '':
return True
l = List.create(user.id, name)
return True