This commit is contained in:
doms9 2025-12-22 21:07:33 -05:00
parent 62f5911419
commit 00000d9df4
2 changed files with 3 additions and 3 deletions

View file

@ -96,7 +96,7 @@ async def scrape() -> None:
log.info(f"Processing {len(events)} new URL(s)")
if events:
now = Time.now().timestamp()
now = Time.clean(Time.now())
for i, ev in enumerate(events, start=1):
handler = partial(
@ -127,7 +127,7 @@ async def scrape() -> None:
"url": url,
"logo": logo,
"base": link,
"timestamp": now,
"timestamp": now.timestamp(),
"id": tvg_id or "Live.Event.us",
"link": link,
}