log updated
This commit is contained in:
parent
ad15b8a25a
commit
265a4791fe
1 changed files with 2 additions and 0 deletions
|
@ -327,6 +327,8 @@ class Peer(object):
|
||||||
if state.shutdown:
|
if state.shutdown:
|
||||||
break
|
break
|
||||||
state.db.session.commit()
|
state.db.session.commit()
|
||||||
|
if update_items:
|
||||||
|
logger.debug('updated %s items', len(update_items))
|
||||||
ids = set(self.library.keys())
|
ids = set(self.library.keys())
|
||||||
changed = False
|
changed = False
|
||||||
for name, l in self.info.get('lists', {}).items():
|
for name, l in self.info.get('lists', {}).items():
|
||||||
|
|
Loading…
Reference in a new issue