remove list_jobs
This commit is contained in:
parent
c95410eda5
commit
4465c8afd2
1 changed files with 0 additions and 3 deletions
|
@ -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']
|
||||||
|
|
Loading…
Add table
Reference in a new issue