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..."),