This commit is contained in:
angelblue05 2016-10-10 06:14:10 -05:00 committed by GitHub
parent 6eb8cdfa30
commit 2b0c9d1bbc
11 changed files with 268 additions and 327 deletions

View file

@ -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")