no decode
This commit is contained in:
parent
06188c7fa0
commit
0f937f2f42
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ def get_classification(id):
|
|||
if base != '0':
|
||||
base = base.lstrip('0')
|
||||
if base in DEWEY:
|
||||
name = '%s %s' % (name, DEWEY[base].decode('utf-8'))
|
||||
name = '%s %s' % (name, DEWEY[base])
|
||||
return name
|
||||
|
||||
DEWEY = {
|
||||
|
|
Loading…
Reference in a new issue