From b5aee62341c53b3d7b505ef23429d9525317bef2 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Sun, 5 Nov 2023 18:51:50 -0600 Subject: [PATCH] Formatting --- ircbot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ircbot.py b/ircbot.py index a8d1ceb..cb86138 100644 --- a/ircbot.py +++ b/ircbot.py @@ -362,7 +362,9 @@ def main(): chan, ) elif mfind(message, ["uptime"]): - uptime = run(["uptime","-p"], stdout=PIPE).stdout.decode().strip() + uptime = ( + run(["uptime", "-p"], stdout=PIPE).stdout.decode().strip() + ) sendmsg( f"Uptime: {uptime}", chan,