X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=turbot%2Finteraction.py;h=f50a83495fee11761a27bcd3f1051ced3b493d35;hb=4778050b2bde391905712345b88f77616f4cc378;hp=13b8ebf00fd6a31ceb60757b076ff86f30421dcd;hpb=4bca55ecc12eb56357e5a5279fece0adced30430;p=turbot diff --git a/turbot/interaction.py b/turbot/interaction.py index 13b8ebf..f50a834 100644 --- a/turbot/interaction.py +++ b/turbot/interaction.py @@ -686,7 +686,7 @@ def puzzle(turb, body, args): # For a meta puzzle, also display the titles and solutions for all # puzzles in the same round. - if puzzle['type'] == 'meta': + if puzzle.get('type', 'plain') == 'meta': puzzles = hunt_puzzles_for_hunt_id(turb, puzzle['hunt_id']) # Drop this puzzle itself from the report