]> git.cworth.org Git - turbot/commit
new_puzzle_submission: Create a puzzle dict before shoving it into the DB
authorCarl Worth <cworth@cworth.org>
Sat, 9 Jan 2021 10:47:57 +0000 (02:47 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 9 Jan 2021 11:17:21 +0000 (03:17 -0800)
commit5a1bf7d220db5d91db52dce48bdf29485eae105b
treec902877e2d2ecb6b6c22e2f54ebe19b42715c60a
parent7151e2b039f92dc9904dc4b9e77a22f2d089b020
new_puzzle_submission: Create a puzzle dict before shoving it into the DB

This will be handy for calling some puzzle.py functions that expect a dict.
turbot/interaction.py