mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-21 23:42:45 +00:00
Pylint (#67)
This commit is contained in:
parent
6eb8cdfa30
commit
2b0c9d1bbc
11 changed files with 268 additions and 327 deletions
|
@ -157,7 +157,7 @@ class Main(object):
|
|||
if __name__ == "__main__":
|
||||
|
||||
log.info("plugin.video.emby started")
|
||||
|
||||
|
||||
try:
|
||||
Main()
|
||||
except Exception as error:
|
||||
|
@ -165,5 +165,5 @@ if __name__ == "__main__":
|
|||
errStrings = ga.formatException()
|
||||
ga.sendEventData("Exception", errStrings[0], errStrings[1])
|
||||
log.exception(error)
|
||||
|
||||
|
||||
log.info("plugin.video.emby stopped")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue