Formatting
This commit is contained in:
parent
039bcfac9f
commit
b5aee62341
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue