zmiana month na m i poprawka w kolorach paginaci

This commit is contained in:
Mateusz Gruszczyński
2025-08-13 14:21:31 +02:00
parent 5043a54bbb
commit ea5f9a3f27
2 changed files with 3 additions and 3 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("m") or now.strftime("%Y-%m")
month_str = request.args.get("month") or now.strftime("%Y-%m")
start = end = None
if month_str: