feat: Add now page for Jun 19
All checks were successful
Build Docker / BuildImage (push) Successful in 2m44s

This commit is contained in:
2025-06-19 12:53:32 +10:00
parent 2c5ac7b475
commit f0c60a4cea
6 changed files with 190 additions and 8 deletions

1
now.py
View File

@@ -43,7 +43,6 @@ def render_now_page(date,handshake_scripts=None):
def render_latest_now(handshake_scripts=None):
now_page = list_now_dates()[0]
print(now_page)
return render_now_page(now_page,handshake_scripts=handshake_scripts)
#endregion