Fix linting, flake8 and sonarcloud issues

This commit is contained in:
Odd Stråbø 2020-04-19 12:07:55 +02:00
commit 3f63e7c213
27 changed files with 162 additions and 169 deletions

View file

@ -290,7 +290,7 @@ class Player(xbmc.Player):
self.report_playback()
LOG.debug("--<[ paused ]")
def onPlayBackSeek(self, time, seekOffset):
def onPlayBackSeek(self, time, seek_offset):
''' Does not seem to work in Leia??
'''