mirror of
https://github.com/doms9/iptv.git
synced 2026-04-22 19:57:00 +02:00
e
- edit scraping method for streamcenter.py - misc edits.
This commit is contained in:
parent
1af71f0610
commit
00000d9dec
3 changed files with 64 additions and 65 deletions
|
|
@ -85,7 +85,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
|
|||
|
||||
event_dt = Time.from_str(event["start"], timezone="UTC")
|
||||
|
||||
if now.date() != event_dt.date():
|
||||
if event_dt.date() != now.date():
|
||||
continue
|
||||
|
||||
if not (channels := event.get("channels")):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue