Actually display ETA message

This commit is contained in:
Vik Paruchuri
2013-02-20 16:36:40 -05:00
parent 111ef30f05
commit 26a2e059c8

View File

@@ -462,7 +462,7 @@ class OpenEndedChild(object):
if success:
eta = controller_query_service.convert_seconds_to_human_readable(response['eta'])
eta_string = "Please check back for your response in approximately "
eta_string = "Please check back for your response in at most {0}.".format(eta)
else:
eta_string = ""