This commit is contained in:
doms9 2026-03-02 00:50:28 -05:00
parent 00000d99d6
commit 00000d9a1a
23 changed files with 44 additions and 108 deletions

View file

@ -103,9 +103,7 @@ async def scrape() -> None:
log.info(f'Scraping from "{BASE_URL}"')
events = await get_events()
if events:
if events := await get_events():
log.info(f"Processing {len(events)} new URL(s)")
now = Time.clean(Time.now())