mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-12-07 23:53:18 +00:00
Most flake8 warnings corrected
This commit is contained in:
parent
e92d60f7c7
commit
00765c0a12
58 changed files with 1144 additions and 1262 deletions
|
|
@ -11,10 +11,11 @@ import xbmcaddon
|
|||
|
||||
##################################################################################################
|
||||
|
||||
LOG = logging.getLogger('JELLYFIN.'+__name__)
|
||||
LOG = logging.getLogger('JELLYFIN.' + __name__)
|
||||
|
||||
##################################################################################################
|
||||
|
||||
|
||||
def _(string):
|
||||
|
||||
''' Get add-on string. Returns in unicode.
|
||||
|
|
@ -26,7 +27,7 @@ def _(string):
|
|||
|
||||
if not result:
|
||||
result = xbmc.getLocalizedString(string)
|
||||
|
||||
|
||||
return result
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue