e
This commit is contained in:
parent
9caa2f50d1
commit
00000d9342
6 changed files with 10 additions and 12 deletions
|
|
@ -134,8 +134,8 @@ async def get_events(
|
|||
HTML_CACHE.write(events)
|
||||
|
||||
live = []
|
||||
now = Time.now()
|
||||
|
||||
now = Time.clean(Time.now())
|
||||
start_ts = now.delta(minutes=-30).timestamp()
|
||||
end_ts = now.delta(minutes=30).timestamp()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue