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/20d235e1b511d5c31e4fdeaf381f749130e1dc7b/libs/tzdata/__init__.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/tzdata/__init__.py

7 lines
252 B

# IANA versions like 2020a are not valid PEP 440 identifiers; the recommended
# way to translate the version is to use YYYY.n where `n` is a 0-based index.
__version__ = "2024.1"
# This exposes the original IANA version number.
IANA_VERSION = "2024a"