]> git.cworth.org Git - turbot/blobdiff - turbot_lambda/turbot_lambda.py
Add a handler for multi_static_select input
[turbot] / turbot_lambda / turbot_lambda.py
index aa88339244872125a92e48a530c1e5cd8fb4bbc2..7622d82e46168cde94a539d42850d220d3866616 100644 (file)
@@ -199,7 +199,10 @@ def turbot_block_action(turb, payload):
     action = actions[0]
 
     atype = action['type']
-    avalue = action['value']
+    if 'value' in action:
+        avalue = action['value']
+    else:
+        avalue = '*'
 
     if (
             atype in turbot.interaction.actions