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.
|
from .runtime.environment import EnvironmentContext
|
|
|
|
# create proxy functions for
|
|
# each method on the EnvironmentContext class.
|
|
EnvironmentContext.create_module_class_proxy(globals(), locals())
|