Formatting

This commit is contained in:
Firepup Sixfifty 2023-11-05 18:51:50 -06:00
parent 039bcfac9f
commit b5aee62341
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -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,