This commit is contained in:
deathbybandaid 2022-02-23 14:25:02 -05:00
parent 384854f52b
commit 3242012eab

View File

@ -4,7 +4,6 @@ def rebuild_pipes(commands):
repipe_trigger_dict = commands[0] repipe_trigger_dict = commands[0]
repipe_trigger_dict["trigger_str"] += " | "
for trigger_dict in commands[1:]: for trigger_dict in commands[1:]:
print(trigger_dict) print(trigger_dict)
if trigger_dict["trigger_type"] == "command": if trigger_dict["trigger_type"] == "command":