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/9e75acd5493791879a3037a77c89ccddcb3844f4/libs/guessit/__version__.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/guessit/__version__.py

8 lines
110 B

#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Version module
"""
# pragma: no cover
__version__ = '3.5.0'