edit typing
move epg fetching into M3U8 folder
edit workflows
This commit is contained in:
doms9 2026-01-24 00:48:30 -05:00
parent 00000d9638
commit 00000d98e3
16 changed files with 376740 additions and 377279 deletions

View file

@ -162,10 +162,10 @@ async def main() -> None:
log.info(f"Events saved to {EVENTS_FILE.resolve()}")
for hndlr in log.handlers:
hndlr.flush()
hndlr.stream.write("\n")
if __name__ == "__main__":
asyncio.run(main())
for hndlr in log.handlers:
hndlr.flush()
hndlr.stream.write("\n")