remove list_jobs
This commit is contained in:
parent
c95410eda5
commit
4465c8afd2
1 changed files with 0 additions and 3 deletions
|
@ -159,9 +159,6 @@ async def query_database():
|
|||
if database == {}:
|
||||
logger_discord.error('Database is empty!')
|
||||
return
|
||||
|
||||
# List jobs
|
||||
logger_discord.info(scheduler.print_jobs())
|
||||
|
||||
# Search for live streams and announce them
|
||||
for key, value in database.items():
|
||||
|
|
Loading…
Add table
Reference in a new issue