Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/3f7abc9ddca1eb619a6154b69ecf59f17bd4dac3 You should set ROOT_URL correctly, otherwise the web may not work correctly.

no log: pep improvement

pull/1582/head
morpheus65535 4 years ago
parent b1af4caeeb
commit 3f7abc9ddc

@ -293,7 +293,8 @@ class TitrariProvider(Provider, ProviderSubtitleArchiveMixin):
else:
subtitle.content = self.get_subtitle_from_archive(subtitle, archive)
def _get_subtitle_from_archive(self, subtitle, archive):
@staticmethod
def _get_subtitle_from_archive(subtitle, archive):
for name in archive.namelist():
# discard hidden files
if os.path.split(name)[-1].startswith('.'):

Loading…
Cancel
Save