X-Git-Url: https://git.cworth.org/git?p=turbot;a=blobdiff_plain;f=turbot%2Fhunt.py;h=1c2ee0e1120c579d8462e65cb721e29c95c122dc;hp=edc8b87c4c2365394a2abcc5163928ec41bdfde8;hb=2b1b344f4734089e591acac75d8c2d2f1bc70f3b;hpb=677513999c950577c78726249ac86eade3bd3973 diff --git a/turbot/hunt.py b/turbot/hunt.py index edc8b87..1c2ee0e 100644 --- a/turbot/hunt.py +++ b/turbot/hunt.py @@ -120,6 +120,7 @@ def hunt_blocks(turb, hunt, puzzle_status='unsolved', search_terms=[], blocks += round_blocks(round, puzzles, omit_header=True) else: blocks += round_blocks(round, puzzles) + blocks.append(divider_block()) # Also blocks for any puzzles not in any round stray_puzzles = [puzzle for puzzle in puzzles if 'rounds' not in puzzle]