From e560682d99b8eb2e728b6daa0ff58606c8311584 Mon Sep 17 00:00:00 2001 From: Milka64 Date: Sat, 19 Oct 2019 15:54:32 +0000 Subject: [PATCH] test auto audio --- kabot/kabot/kabot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 3a18b87..0cdf21f 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -137,7 +137,7 @@ def main(): @aiocron.crontab('50 9-23/1 * * *') async def kron(): - if random.choice([True,False,False]): + if random.choice([True,True,True]): for channel in bot.get_all_channels(): if channel.name == "général": current_chan = channel