]> git.cworth.org Git - turbot/commit
Fix stale usage of "puzzle_table"
authorCarl Worth <cworth@cworth.org>
Wed, 30 Dec 2020 20:21:55 +0000 (13:21 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 30 Dec 2020 20:21:55 +0000 (13:21 -0700)
commitf0a7a846f7ae7a7786239254161d700716ce644f
tree385a84075381c050b43a71c5500995d31448c110
parente1ddc4bcbd61e91b7071e83ce8cbc8c0d28ec14e
Fix stale usage of "puzzle_table"

We no longer haave a separate table for puzzles, but instead the single
"turb.table" holds all of our data.

This doesn't fully convert this code to the new single-table schema,
but it should at least let things pass the flake8 test and deployment.
turbot/events.py