remove list_jobs

This commit is contained in:
deflax 2025-02-08 03:48:44 +00:00
parent c95410eda5
commit 4465c8afd2

View file

@ -160,9 +160,6 @@ async def query_database():
logger_discord.error('Database is empty!') logger_discord.error('Database is empty!')
return return
# List jobs
logger_discord.info(scheduler.print_jobs())
# Search for live streams and announce them # Search for live streams and announce them
for key, value in database.items(): for key, value in database.items():
stream_name = value['name'] stream_name = value['name']