fuckingb
This commit is contained in:
parent
f604947e9a
commit
cbbf513071
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class WatchlistUpdater(Thread):
|
||||||
|
|
||||||
else:
|
else:
|
||||||
for item in self.app.settings.outdated_items():
|
for item in self.app.settings.outdated_items():
|
||||||
if item.updating:
|
if not item.updating:
|
||||||
item.ready = False
|
item.ready = False
|
||||||
self.app.updateListItem(item.id)
|
self.app.updateListItem(item.id)
|
||||||
future = pool.schedule(item.update)
|
future = pool.schedule(item.update)
|
||||||
|
|
Loading…
Reference in a new issue