I tried to use wildcards[0] to reflect "open" or "close" with this keyword statement, however, it does not work. I suspect the problem is using "*" as the first search phrase.
self.keywords.append({'find': [['*', 'the', 'garage']], 'call': 'garage'})
I tried to use wildcards[0] to reflect "open" or "close" with this keyword statement, however, it does not work. I suspect the problem is using "*" as the first search phrase.
self.keywords.append({'find': [['*', 'the', 'garage']], 'call': 'garage'})