stats: Update year
This commit is contained in:
parent
3d13d2425d
commit
4d61597c5c
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 = 2023
|
year = 2024
|
||||||
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