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/f50bcf34ac3c246d21a69dc3cc2f2eba63314c21/libs/future/backports/test/__init__.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/future/backports/test/__init__.py

10 lines
264 B

"""
test package backported for python-future.
Its primary purpose is to allow use of "import test.support" for running
the Python standard library unit tests using the new Python 3 stdlib
import location.
Python 3 renamed test.test_support to test.support.
"""