forked from swee/MeowNex
Prepare for contribution #1
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ def system(cmd, chan, rstrip=False):
|
||||||
outpp = ""
|
outpp = ""
|
||||||
for line in iter(p.stdout.readline, b''):
|
for line in iter(p.stdout.readline, b''):
|
||||||
if text != "" and text != " ":
|
if text != "" and text != " ":
|
||||||
if not rstrip
|
if not rstrip:
|
||||||
multiline(line.rstrip(), chan)
|
multiline(line.rstrip(), chan)
|
||||||
else:
|
else:
|
||||||
outpp += line.rstrip() + " "
|
outpp += line.rstrip() + " "
|
||||||
|
|
Loading…
Reference in a new issue