From 917b57c5864bdb819e41afb5b1ba533896a4dfec Mon Sep 17 00:00:00 2001 From: Migatu Date: Wed, 19 Jun 2024 18:55:48 +0200 Subject: [PATCH] Fix --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 1e67886..f36ebaf 100644 --- a/bot.py +++ b/bot.py @@ -1375,7 +1375,7 @@ async def zrestartuj_radio(ctx): if not allowed: await ctx.send("Łapy precz od radia") else: - retcode = subprocess.run("/home/pi/Conjurer/restart_radio.sh", shell=True, check = True, capture_output = True) + retcode = subprocess.run("/home/pi/Conjurer/restart_radio.sh", shell=True, capture_output = True) logger.info(f'Wynik {retcode}') @client.hybrid_command(