]> git.cworth.org Git - turbot/commit
Rename local variable from item to puzzle
authorCarl Worth <cworth@cworth.org>
Thu, 31 Dec 2020 21:51:33 +0000 (13:51 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 31 Dec 2020 21:51:33 +0000 (13:51 -0800)
commitd9d496ec9103dc418270f4bbf5b9427bbb214465
treecf7d1246625f7357fc926c9b973fe47eec59f484
parent1d7ffdfcea3c8840fca9693427a1e4ef5eceec5d
Rename local variable from item to puzzle

The overly-generic name here was not at at useful.

With this specific name, the code will be much more clear when it says
things like hunt['channel_id'] vs. puzzle['channel_id'].
turbot/events.py