test
This commit is contained in:
parent
57bcdbf639
commit
59c2c83ea3
@ -32,11 +32,11 @@ def prerun(rulematch=False):
|
||||
sb.commands.dispatch(trigger_dict)
|
||||
return
|
||||
|
||||
# If the original trigger is not the same after && split
|
||||
trigger_command = sb.commands.get_command_from_trigger(trigger)
|
||||
if trigger_command != commands[0]["trigger_command"]:
|
||||
print("compare time")
|
||||
print(trigger_command)
|
||||
print(commands[0]["trigger_command"])
|
||||
sb.commands.dispatch(commands[0])
|
||||
return
|
||||
|
||||
# This is where we rebuild trigger
|
||||
# we validate a few things here
|
||||
|
||||
Loading…
Reference in New Issue
Block a user