e
This commit is contained in:
parent
d9ebddc0de
commit
00000d94d0
4 changed files with 97 additions and 38 deletions
|
|
@ -183,7 +183,7 @@ async def get_events(
|
|||
if not (ts := event.get("ts")):
|
||||
continue
|
||||
|
||||
start_ts = int(str(ts)[:-3])
|
||||
start_ts = int(f"{ts}"[:-3])
|
||||
|
||||
event_dt = Time.from_ts(start_ts)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue