sandbox1
inpos 2016-03-17 22:27:18 +03:00
parent eec20efba9
commit ed2bab0bd4
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ class AnteoPlayer(xbmc.Player):
self.print_debug(status)
debug_counter=0
t = self._get_status_lines(status, file_status)
log('++++++++++++++ t: %t' % (repr(t),))
log('++++++++++++++ t: %s' % (repr(t),))
overlay.text = '\n'.join(t)
self.iterator = int(file_status.progress * 100)