]> git.cworth.org Git - turbot/commit
Wire up a function to handle the edit_puzzle button
authorCarl Worth <cworth@cworth.org>
Thu, 7 Jan 2021 17:05:34 +0000 (09:05 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 7 Jan 2021 20:07:14 +0000 (12:07 -0800)
commit4b3efe6fde2dd926f5b54eb357ed732e9e04d9e0
treece759ab22daf4a69a166c7c90429e02f11ab1f9a
parent10dd20653d14706cc1c7689745f8bcd80c29fa2b
Wire up a function to handle the edit_puzzle button

It doesn't actually _do_ anything yet, but should at least prevent the
warning sign which was appearing before.

And this should let us see if the action_id field is a good way of
plumbing the hunt_id and puzzle_id through to the handler for the
press of the edit_puzzle button.
turbot/blocks.py
turbot/interaction.py
turbot/puzzle.py