stats: Bump year because it's hardcoded and I'm lazy
This commit is contained in:
parent
7d857362a6
commit
86118d8fe4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def command():
|
||||||
tags = session.query(Tag).filter_by(reporting=True).all()
|
tags = session.query(Tag).filter_by(reporting=True).all()
|
||||||
|
|
||||||
# Get start and end of timerange
|
# Get start and end of timerange
|
||||||
year = 2022
|
year = 2023
|
||||||
start_date = date(year=year, month=1, day=1)
|
start_date = date(year=year, month=1, day=1)
|
||||||
end_date = date(year=year, month=12, day=31)
|
end_date = date(year=year, month=12, day=31)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue