Remove the log warning message

This commit is contained in:
deflax 2025-03-05 00:11:58 +00:00
parent cf4c7d2d98
commit 49f454c5a7

View file

@ -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":