stats: Bump year because it's hardcoded and I'm lazy

This commit is contained in:
fleaz 2024-01-05 23:52:34 +01:00
parent 7d857362a6
commit 86118d8fe4
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -20,7 +20,7 @@ def command():
tags = session.query(Tag).filter_by(reporting=True).all()
# Get start and end of timerange
year = 2022
year = 2023
start_date = date(year=year, month=1, day=1)
end_date = date(year=year, month=12, day=31)