1
0
Fork 0
forked from swee/MeowNex

Prepare for contribution #1

Merged
10kilo merged 30 commits from swee/MeowNex:main into main 2024-12-13 12:59:40 -08:00
Showing only changes of commit aebcdb8255 - Show all commits

View file

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