display gold counts on gild comments/submissions
This commit is contained in:
@@ -82,7 +82,7 @@ class Terminal(object):
|
||||
return 'o' if self.config['ascii'] else '•'
|
||||
|
||||
@property
|
||||
def guilded(self):
|
||||
def gilded(self):
|
||||
return '*' if self.config['ascii'] else '✪'
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user