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,