test
This commit is contained in:
parent
ffd7a0ebdb
commit
6723d309e2
@ -158,6 +158,8 @@ class Commands():
|
|||||||
if len(sim_listitems) and len(sim_num):
|
if len(sim_listitems) and len(sim_num):
|
||||||
sim_num, sim_listitems = (list(x) for x in zip(*sorted(zip(sim_num, sim_listitems), key=itemgetter(0))))
|
sim_num, sim_listitems = (list(x) for x in zip(*sorted(zip(sim_num, sim_listitems), key=itemgetter(0))))
|
||||||
|
|
||||||
|
return sim_listitems
|
||||||
|
|
||||||
def is_real_command(self, trigger_dict):
|
def is_real_command(self, trigger_dict):
|
||||||
|
|
||||||
if trigger_dict["trigger_type"] == "command":
|
if trigger_dict["trigger_type"] == "command":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user