Merged in iLLiCiTiT/hotfix/actions_discovery_fix (pull request #84)

quickfix for actions discovery

Approved-by: Jakub Trllo <jakub.trllo@gmail.com>
This commit is contained in:
Jakub Trllo 2019-02-25 14:34:45 +00:00
commit 6599a34a59

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):