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

10 lines
242 B

"""
This module exists only to simplify retrieving the version number of chardet
from within setup.py and from chardet subpackages.
:author: Dan Blanchard (dan.blanchard@gmail.com)
"""
__version__ = "3.0.4"
VERSION = __version__.split('.')