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/0413dbaa4cf632df0f560f5df2cd67851c3eee02/libs/sqlalchemy/cyextension/immutabledict.pxd You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/sqlalchemy/cyextension/immutabledict.pxd

9 lines
291 B

# cyextension/immutabledict.pxd
# Copyright (C) 2005-2024 the SQLAlchemy authors and contributors
# <see AUTHORS file>
#
# This module is part of SQLAlchemy and is released under
# the MIT License: https://www.opensource.org/licenses/mit-license.php
cdef class immutabledict(dict):
pass