From: Michael Tremer Date: Fri, 20 Feb 2026 16:36:55 +0000 (+0000) Subject: lists: Actually update all sources X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd751adbf84685c3baa5eb4bc3dd875f38529aa1;p=dbl.git lists: Actually update all sources Signed-off-by: Michael Tremer --- diff --git a/src/dbl/lists.py b/src/dbl/lists.py index c73d881..33f7616 100644 --- a/src/dbl/lists.py +++ b/src/dbl/lists.py @@ -502,7 +502,7 @@ class List(sqlmodel.SQLModel, database.BackendMixin, table=True): # Update all sources for source in self.sources: - if source.update(**kwargs): + if await source.update(**kwargs): updated = True # Update the timestamp if at least one source has actually fetched new data