fix indent
This commit is contained in:
parent
b3480c8bd2
commit
146a171628
1 changed files with 8 additions and 8 deletions
|
@ -87,10 +87,10 @@ async def update_database():
|
|||
# Job doesn't exist, so add it
|
||||
logger_discord.info(f'{stream_name} live stream detected!')
|
||||
scheduler.add_job(func=announce_live_channel, trigger='interval', seconds=60, id='announce_live_channel', args=(stream_name,))
|
||||
# Exit the loop since we found one
|
||||
# Exit since we found one
|
||||
return
|
||||
else:
|
||||
# Exit the loop since we already have a announcement job
|
||||
# Exit since we already have a announcement job
|
||||
return
|
||||
|
||||
# Cleanup the announce job
|
||||
|
|
Loading…
Reference in a new issue