Fix many CapVideo-related ConversionWarnings
This commit is contained in:
parent
9773f9d626
commit
1f310a3d33
14 changed files with 23 additions and 22 deletions
|
|
@ -33,7 +33,7 @@ class Thumbnail(CapBaseObject):
|
|||
|
||||
def __init__(self, url):
|
||||
CapBaseObject.__init__(self, url)
|
||||
self.url = url.replace(' ', '%20')
|
||||
self.url = url.replace(u' ', u'%20')
|
||||
|
||||
def __str__(self):
|
||||
return self.url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue