ignore library list
This commit is contained in:
parent
ca301546f3
commit
5294a0cb50
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue