forked from swee/MeowNex
Update sweebot.py
This commit is contained in:
parent
b626e42b76
commit
aebcdb8255
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ def system(cmd, chan, rstrip=False):
|
||||||
else:
|
else:
|
||||||
outpp += line.decode().rstrip() + " "
|
outpp += line.decode().rstrip() + " "
|
||||||
if rstrip:
|
if rstrip:
|
||||||
multiline(outpp[:-1])
|
multiline(outpp[:-1], chan)
|
||||||
p.stdout.close()
|
p.stdout.close()
|
||||||
p.wait()
|
p.wait()
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
|
|
Loading…
Reference in a new issue