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/c4f5511915ad5c60c380d9ee8b2c0531bf2b6969/libs/alembic/op.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/alembic/op.py

6 lines
167 B

from .operations.base import Operations
# create proxy functions for
# each method on the Operations class.
Operations.create_module_class_proxy(globals(), locals())