Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip incomplete EPG events to avoid errors
I noticed epg.py sometimes fails with an error like this: AttributeError: 'Event' object has no attribute 'genre' or: AttributeError: 'Nonetype' object has no attribute 'total_seconds' Evidently some EPG events lack fields. This fixes the issue by Ignoring these incomplete events. Signed-off-by: Fujimoto Seiji <[email protected]>
- Loading branch information