]> git.cworth.org Git - turbot-web/commit
Fix two bugs referencing a bogus 'rnd' variable that doesn't exist
authorCarl Worth <cworth@cworth.org>
Wed, 12 Jan 2022 09:37:44 +0000 (01:37 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 12 Jan 2022 09:37:44 +0000 (01:37 -0800)
commit95d1e0c60e2f514fd67f8f619c15e9820a873cb4
treea1079d5a9b4b807ab07b322c050f902cba62fc66
parentf2d4648c75d7070dc9663d1acfe1a787805d7883
Fix two bugs referencing a bogus 'rnd' variable that doesn't exist

Clearly what was intended in each case was: puzzle['rounds'][0] instead.
html_generator.py