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:
|
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