fix wybor miesiaca

This commit is contained in:
Mateusz Gruszczyński
2025-08-02 14:21:59 +02:00
parent 8473c8ee9f
commit 8cae4a3245

2
app.py
View File

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