This commit is contained in:
doms9 2025-11-25 22:55:03 -05:00
parent d9ebddc0de
commit 00000d94d0
4 changed files with 97 additions and 38 deletions

View file

@ -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)