Update epg-grabber/getEpgs.py

This commit is contained in:
2025-03-24 17:03:48 +00:00
parent 4ca8a0c16a
commit abda78a229

View File

@@ -73,4 +73,3 @@ urls = [
if __name__ == "__main__": if __name__ == "__main__":
filter_and_build_epg(urls) filter_and_build_epg(urls)
copy_to_server()