From: Carl Worth <cworth@cworth.org>
Date: Thu, 31 Dec 2020 17:16:27 +0000 (-0700)
Subject: Rework message given when bootstrapping the turbot table
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=b88e53307a8598554367a72698b4fdb332cc7cb9;p=turbot

Rework message given when bootstrapping the turbot table

This provides a little more information, (such as that a user should
wait a minute before retrying), and is a little more polite, (saying
"please").
---

diff --git a/turbot/interaction.py b/turbot/interaction.py
index 8fdebae..62199eb 100644
--- a/turbot/interaction.py
+++ b/turbot/interaction.py
@@ -149,8 +149,9 @@ def new_hunt_submission(turb, payload, metadata):
                 }
             ]
         )
-        return submission_error("hunt_id",
-                                "Still bootstrapping turbot table. Try again.")
+        return submission_error(
+            "hunt_id",
+            "Still bootstrapping turbot table. Try again in a minute, please.")
 
     # Create a channel for the hunt
     try: