]> git.cworth.org Git - turbot/blobdiff - turbot/interaction.py
Add display of state string to turbot view of each puzzle
[turbot] / turbot / interaction.py
index 566a3d83caa287bbe5c6cee94d80058f69a6b808..cb6946775cc12f0ef341801f8d282aebf04e0be5 100644 (file)
@@ -334,8 +334,8 @@ def puzzle_submission(turb, payload, metadata):
     # Validate that the puzzle_id contains no invalid characters
     if not re.match(valid_id_re, puzzle_id):
         return submission_error("puzzle_id",
-                                "Puzzle ID can only contain lowercase letters, "
-                                + "numbers, and underscores")
+                                "Puzzle ID can only contain lowercase letters,"
+                                + " numbers, and underscores")
 
     # Create a channel for the puzzle
     hunt_dash_channel = "{}-{}".format(hunt_id, puzzle_id)