Missed a guilded name change.

This commit is contained in:
Michael Lazar
2015-12-03 21:46:54 -08:00
parent 7ebcfb9cca
commit 92fe3c584f

View File

@@ -227,7 +227,7 @@ class SubmissionPage(Page):
self.term.add_line(win, ' {comments} '.format(**data))
if data['gold']:
text, attr = self.term.gold
text, attr = self.term.guilded
self.term.add_line(win, text, attr=attr)
if data['nsfw']: