[feedly] fix unicode warning
This commit is contained in:
parent
5bd70c564f
commit
951356a6d7
2 changed files with 2 additions and 2 deletions
|
|
@ -95,4 +95,4 @@ class PreferencesPage(JsonPage):
|
|||
def get_categories(self):
|
||||
for category, value in self.doc.items():
|
||||
if value in [u"shown", u"hidden"]:
|
||||
yield Collection([category])
|
||||
yield Collection([u'%s' % category], u'%s' % category.replace('global.', ''))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue