parent
4332462075
commit
a8ac23e74a
1 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@ class PlaylistObjectBaseclase(object):
|
|||
else:
|
||||
# e.g. int
|
||||
answ += '\'%s\': %s, ' % (key, unicode(getattr(self, key)))
|
||||
return try_encode(answ + '\'items\': %s}}' % self.items)
|
||||
return try_encode(answ + '\'items\': %s}}') % self.items
|
||||
|
||||
def is_pkc_clear(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue