zmiana month na m i poprawka w kolorach paginaci

This commit is contained in:
Mateusz Gruszczyński
2025-08-13 14:16:42 +02:00
parent 29b7ccf02f
commit 5043a54bbb
3 changed files with 28 additions and 4 deletions

2
app.py
View File

@@ -1248,7 +1248,7 @@ def favicon():
@app.route("/")
def main_page():
now = datetime.now(timezone.utc)
month_str = request.args.get("month") or now.strftime("%Y-%m")
month_str = request.args.get("m") or now.strftime("%Y-%m")
start = end = None
if month_str: