]> git.cworth.org Git - turbot/blobdiff - turbot/events.py
Rename hunt_id_index to is_hunt_index
[turbot] / turbot / events.py
index d7019944696f63a782270a8a20305a1e2c31499c..3b04036f8aafca480b2988ffc76a13c8629ebab5 100644 (file)
@@ -83,7 +83,7 @@ def home(turb, user_id):
     # Behave cleanly if there is no "turbot" table at all yet.
     try:
         response = turb.table.scan(
-            IndexName="hunt_id_index",
+            IndexName="is_hunt_index",
         )
         hunts = response['Items']
     except Exception: