Removed sleep from debugging.

This commit is contained in:
SergeantPanda 2025-05-24 17:46:17 -05:00
parent f77b3b9756
commit 6c3102a60c

View file

@ -806,7 +806,7 @@ def parse_channels_only(source):
send_websocket_update('updates', 'update', {"success": True, "type": "epg_channels"})
logger.info(f"Finished parsing channel info. Found {processed_channels} channels.")
time.sleep(10)
return True
except FileNotFoundError: