zmiana month na m

This commit is contained in:
Mateusz Gruszczyński
2025-08-13 15:13:56 +02:00
parent 87d9a8228c
commit fe027a3bc7
2 changed files with 4 additions and 4 deletions

2
app.py
View File

@@ -1268,7 +1268,7 @@ def favicon():
def main_page():
now = datetime.now(timezone.utc)
month_param = request.args.get("month", None) # surowy parametr z URL
month_param = request.args.get("m", None)
start = end = None
if month_param in (None, ""):