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

4 lines
76 B

from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)