This commit is contained in:
deathbybandaid 2022-05-05 13:03:20 -04:00
parent 6f62f880ae
commit c03cbdc018

View File

@ -153,6 +153,7 @@ class ComRun():
@property @property
def is_pipe_command(self): def is_pipe_command(self):
print(self.trigger.args[1])
if sb.commands.pipe_split_key in self.trigger.args[1]: if sb.commands.pipe_split_key in self.trigger.args[1]:
return True return True
return False return False