From a66207cb9b40965e55fc9b5ce143ba5ebe65f73d Mon Sep 17 00:00:00 2001 From: John Doty Date: Sun, 1 Dec 2024 07:15:09 -0800 Subject: [PATCH] Note --- cry/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cry/views.py b/cry/views.py index 0ae16b6..092ac6e 100644 --- a/cry/views.py +++ b/cry/views.py @@ -188,6 +188,7 @@ def status_view() -> tags.html: return document +# NOTE: Not in use yet. def refresh_view(feeds: list[feed.Feed]) -> tags.html: document = tags.html( _standard_header("Refreshing Feeds..."),