PEP8
This commit is contained in:
parent
17a7d306ae
commit
facf2d5e2d
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class FullSync(backgroundthread.KillableThread, common.libsync_mixin):
|
||||||
"""
|
"""
|
||||||
with self.context(self.last_sync) as c:
|
with self.context(self.last_sync) as c:
|
||||||
for plex_id in self.plexdb.plex_id_by_last_sync(self.plex_type,
|
for plex_id in self.plexdb.plex_id_by_last_sync(self.plex_type,
|
||||||
self.last_sync):
|
self.last_sync):
|
||||||
if self.isCanceled():
|
if self.isCanceled():
|
||||||
return
|
return
|
||||||
c.remove(plex_id, plex_type=self.plex_type)
|
c.remove(plex_id, plex_type=self.plex_type)
|
||||||
|
|
Loading…
Reference in a new issue