forked from swee/MeowNex
Prepare for contribution #1
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ def system(cmd, chan, rstrip=False):
|
|||
else:
|
||||
outpp += line.decode().rstrip() + " "
|
||||
if rstrip:
|
||||
multiline(outpp[:-1])
|
||||
multiline(outpp[:-1], chan)
|
||||
p.stdout.close()
|
||||
p.wait()
|
||||
except FileNotFoundError:
|
||||
|
|
Loading…
Reference in a new issue