fix: Cleanup code to follow linting

This commit is contained in:
2025-10-10 21:35:47 +11:00
parent 09852f19b6
commit eee87e6ca7
5 changed files with 11 additions and 27 deletions

2
now.py
View File

@@ -30,7 +30,7 @@ def render_now_page(date,handshake_scripts=None):
# Remove .html
date = date.removesuffix(".html")
if not date in list_now_dates():
if date not in list_now_dates():
return render_template("404.html"), 404