Fix acgsou encoding error on python2 and add unicode characters to unit testt
This commit is contained in:
@@ -63,7 +63,7 @@ def response(resp):
|
||||
except:
|
||||
pass
|
||||
# I didn't add download/seed/leech count since as I figured out they are generated randomly everytime
|
||||
content = 'Category: "{category}".'
|
||||
content = u'Category: "{category}".'
|
||||
content = content.format(category=category)
|
||||
|
||||
results.append({'url': href,
|
||||
|
||||
Reference in New Issue
Block a user