quickfix for actions discovery

This commit is contained in:
Jakub Trllo 2019-02-25 14:33:59 +00:00
parent f440b4bf88
commit e212037640

View file

@ -96,7 +96,7 @@ class BaseHandler(object):
if accepts is True:
self.log.debug(u'Discovering action with selection: {0}'.format(
args[1]['data'].get('selection', [])))
event['data'].get('selection', [])))
return items
def prediscover(self, event):