mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-20 00:05:07 +00:00
Pylint (#60)
This commit is contained in:
parent
cd06049e86
commit
b34007f727
13 changed files with 640 additions and 732 deletions
|
@ -70,7 +70,7 @@ class Main(object):
|
|||
|
||||
elif mode == 'texturecache':
|
||||
import artwork
|
||||
artwork.Artwork().fullTextureCacheSync()
|
||||
artwork.Artwork().texture_cache_sync()
|
||||
else:
|
||||
entrypoint.doMainListing()
|
||||
|
||||
|
@ -136,7 +136,7 @@ class Main(object):
|
|||
dialog(type_="ok",
|
||||
heading="{emby}",
|
||||
line1=lang(33034))
|
||||
log.warn("Not connected to the emby server.")
|
||||
log.warn("Not connected to the emby server")
|
||||
|
||||
elif window('emby_dbScan') != "true":
|
||||
import librarysync
|
||||
|
@ -149,7 +149,7 @@ class Main(object):
|
|||
else:
|
||||
library_sync.fullSync(repair=True)
|
||||
else:
|
||||
log.warn("Database scan is already running.")
|
||||
log.warn("Database scan is already running")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue