From: Michael Tremer Date: Sat, 6 Dec 2025 20:59:32 +0000 (+0000) Subject: lists: Show the last update time in the header X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4a9c3a8eb9e84ac55305c78e516afa9475c9892;p=dbl.git lists: Show the last update time in the header Signed-off-by: Michael Tremer --- diff --git a/src/dnsbl/lists.py b/src/dnsbl/lists.py index 2353c8a..64e135f 100644 --- a/src/dnsbl/lists.py +++ b/src/dnsbl/lists.py @@ -308,6 +308,8 @@ class List(sqlmodel.SQLModel, database.BackendMixin, table=True): "", " List : %s" % self.name, " License : %s" % self.license, + " Updated : %s" % self.updated_at.isoformat(), + "", " Copyright (C) %s - IPFire Team" % self.updated_at.strftime("%Y"), "", " For more information or to contribute:",