]> git.cworth.org Git - turbot/commit
Fix storage of rounds for new puzzle creation
authorCarl Worth <cworth@cworth.org>
Sat, 2 Jan 2021 05:22:21 +0000 (21:22 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 2 Jan 2021 05:22:21 +0000 (21:22 -0800)
commitfe16f7c2cc97054403312bf2e6f5a046f5a3e8f9
treefb80f4634d7e19275be685bd323005068148b071
parentcd802a1f47cc444dc04a57fc3eccd101c63f2353
Fix storage of rounds for new puzzle creation

To store an array of strings rather than storing each character from
the round string as an individual round (oops!).

That is, before this fix, if the user typed a round name of "Colors" the
database would store a rounds array for the puzzle with values of "C",
"o", "l", "o", "r", and "s".
turbot/interaction.py