diff --git a/schmeckels/stats.py b/schmeckels/stats.py index 1748ca3..0531089 100644 --- a/schmeckels/stats.py +++ b/schmeckels/stats.py @@ -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)