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

6 lines
195 B

from .runtime.environment import EnvironmentContext
# create proxy functions for
# each method on the EnvironmentContext class.
EnvironmentContext.create_module_class_proxy(globals(), locals())