1
0
Fork 0
forked from swee/MeowNex

Update sweebot.py

This commit is contained in:
Nova Cat 2024-12-06 23:11:51 -08:00
parent b626e42b76
commit aebcdb8255

View file

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