]> git.cworth.org Git - turbot/blobdiff - turbot/interaction.py
Fix storage of rounds for new puzzle creation
[turbot] / turbot / interaction.py
index dfe99c15059cc1060c798186e72eb8372d882fb3..d8a252b316d13363d45950adf8b8ad2169f1ba17 100644 (file)
@@ -466,7 +466,7 @@ def puzzle_submission(turb, payload, metadata):
     # Add any new rounds to the database
     if new_rounds:
         for round in new_rounds.split(','):
-            rounds += round
+            rounds.append(round)
             turb.table.put_item(
                 Item={
                     'hunt_id': hunt_id,