]> git.cworth.org Git - turbot/blobdiff - turbot/events.py
Teach '/puzzle' how to do its magic in a puzzle channel
[turbot] / turbot / events.py
index 931e9c453b271db34f786a6fd2ca60b9cde52bb9..9c70e2e2c8cd0b695b15eee1a6281799320bc0d7 100644 (file)
@@ -191,7 +191,7 @@ def puzzle_channel_created(turb, puzzle_channel_name, puzzle_channel_id):
     hunts_table = turb.db.Table('hunts')
     response = hunts_table.scan(
         FilterExpression='hunt_id = :hunt_id',
-        ExpressionAttributeValues={':hunt_id': hunt_id},
+        ExpressionAttributeValues={':hunt_id': hunt_id}
     )
 
     if 'Items' in response: