Remove the log warning message
This commit is contained in:
parent
cf4c7d2d98
commit
49f454c5a7
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ def process_running_channel(database, scheduler, stream_id, stream_name, stream_
|
|||
stream_prio = api_settings.get('prio', 0)
|
||||
except Exception as e:
|
||||
logger_job.error(e)
|
||||
logger_job.warning(f'Skipping channel with meta: {api_settings}')
|
||||
return
|
||||
logger_job.warning(f'{stream_id} ({stream_name}) has been registered.')
|
||||
if stream_start == "now":
|
||||
|
|
Loading…
Add table
Reference in a new issue