This commit is contained in:
Lynne Megido 2020-08-24 01:25:56 +10:00
parent f604947e9a
commit cbbf513071
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -69,7 +69,7 @@ class WatchlistUpdater(Thread):
else:
for item in self.app.settings.outdated_items():
if item.updating:
if not item.updating:
item.ready = False
self.app.updateListItem(item.id)
future = pool.schedule(item.update)