e
This commit is contained in:
parent
9caa2f50d1
commit
00000d9342
6 changed files with 10 additions and 12 deletions
|
|
@ -133,7 +133,7 @@ async def get_events(
|
|||
|
||||
events: list[dict[str, str]] = []
|
||||
|
||||
now = Time.now()
|
||||
now = Time.clean(Time.now())
|
||||
start_dt = now.delta(minutes=-30)
|
||||
end_dt = now.delta(minutes=30)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue