]> git.cworth.org Git - turbot/commit
Parse block_actions payload and farm out to turbot.actions.new_hunt function
authorCarl Worth <cworth@cworth.org>
Tue, 13 Oct 2020 21:42:21 +0000 (14:42 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 13 Oct 2020 22:06:32 +0000 (15:06 -0700)
commit41f4ec8d04b07bb41a1eae1be8305218194e4a0e
tree873ba2bf68f34571ee839e5285f9adb8e32cdab7
parentb53e61e27241ce6a44811e72c85c996f51b9fbb9
Parse block_actions payload and farm out to turbot.actions.new_hunt function

Again, putting the action function into its own file for easier organization.
turbot/actions.py [new file with mode: 0644]
turbot_lambda/turbot_lambda.py