]> git.cworth.org Git - turbot/blobdiff - turbot/events.py
Add some links to the puzzle sheet when originally creating it
[turbot] / turbot / events.py
index 8d70a21d45634053ddd836ce5a98a1059806667e..0a1eb099e8d3744782bd665be10f11ac03849799 100644 (file)
@@ -243,10 +243,11 @@ def puzzle_channel_created(turb, puzzle_channel_name, puzzle_channel_id):
     # and Slack retries the event, that next event will see this 'pending'
     # string and cleanly return (eliminating all future retries).
     item['sheet_url'] = 'pending'
+    item['channel_url'] = channel_url(puzzle_channel_id)
     puzzle_table.put_item(Item=item)
 
     # Create a sheet for the puzzle
-    sheet = turbot.sheets.sheets_create_for_puzzle(turb, item['name'])
+    sheet = turbot.sheets.sheets_create_for_puzzle(turb, item)
 
     # Update the database with the URL of the sheet
     item['sheet_url'] = sheet['url']