Fix typo
This commit is contained in:
parent
740cc5a6ff
commit
c2c13b715d
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ class AttributeDict(dict):
|
||||||
self.get('title', 'None'))
|
self.get('title', 'None'))
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return self.__unicode__().encode('utf8')
|
return self.__unicode__().encode('utf-8')
|
||||||
|
|
||||||
|
|
||||||
def millis_to_kodi_time(milliseconds):
|
def millis_to_kodi_time(milliseconds):
|
||||||
|
|
Loading…
Reference in a new issue