Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Ugh changing this message means I have to redeploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjbowers committed May 4, 2018
1 parent ed5eadd commit f9b0900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion who_the_hill/web/pub.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def generate_message(celeb_obj, color):
description = level['description']
break

result = "We think the %s square is %s, and our confidence level is %s (%s)." % (color, name, description, confidence)
result = 'We think the %s square is %s, and our confidence level is "%s," or %s.' % (color, name, description, confidence)
# result = "{}, {}, {} - confidence = {})".format(name, color, description, confidence)
return result

Expand Down

0 comments on commit f9b0900

Please sign in to comment.