fix conversion warnings
This commit is contained in:
parent
9e6f10ea49
commit
251c91b411
2 changed files with 8 additions and 8 deletions
|
|
@ -74,7 +74,7 @@ class AuMBrowser(BaseBrowser):
|
|||
my_coords = (0,0)
|
||||
|
||||
def id2url(self, id):
|
||||
return 'http://www.adopteunmec.com/index.php/profile/%s' % id
|
||||
return u'http://www.adopteunmec.com/index.php/profile/%s' % id
|
||||
|
||||
def url2id(func):
|
||||
def inner(self, id, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue