mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
Removed sleep from debugging.
This commit is contained in:
parent
f77b3b9756
commit
6c3102a60c
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue