Fix indentation

This commit is contained in:
TrueTechy 2019-09-12 21:29:01 +01:00
parent 9a9b84c66c
commit 6c786cfb9b
1 changed files with 4 additions and 4 deletions

View File

@ -350,12 +350,12 @@ class Library(threading.Thread):
if self.server.jellyfin.check_companion_installed():
if not self.fast_sync():
dialog("ok", heading="{jellyfin}", line1=_(33128))
if not self.fast_sync():
dialog("ok", heading="{jellyfin}", line1=_(33128))
raise Exception("Failed to retrieve latest updates")
raise Exception("Failed to retrieve latest updates")
LOG.info("--<[ retrieve changes ]")
LOG.info("--<[ retrieve changes ]")
else:
raise LibraryException('CompanionMissing')