Merge pull request #2 from BenSchomp/master

Make the golden ticket pure gold.
This commit is contained in:
Mike Mueller 2012-04-12 14:42:28 -07:00
commit cb29595e53
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ class Worddle(BaseGame):
else:
color = GRAY
if len(word) == longest_len:
word += YELLOW + '*'
word += LYELLOW + '*'
words_text += '%s%s%s ' % (color, word, LGRAY)
if not words_text:
words_text = '%s-none-%s' % (GRAY, LGRAY)