test
This commit is contained in:
parent
a9ea8bccab
commit
dcca51f6e4
@ -62,7 +62,10 @@ def prerun():
|
|||||||
|
|
||||||
|
|
||||||
def rebuild_trigger(comrun, trigger):
|
def rebuild_trigger(comrun, trigger):
|
||||||
print([x for x in dir(trigger.match) if not x.startswith("__")])
|
matchlist = [x for x in dir(trigger.match) if not x.startswith("__")]
|
||||||
|
for x in matchlist:
|
||||||
|
print(x)
|
||||||
|
print(eval("match.%s" % x))
|
||||||
return trigger
|
return trigger
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user