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/ad151ff1393656f71d9c9558d8d86c1d23a1429c/libs/guessit/__version__.py
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
"""
|
|
Version module
|
|
"""
|
|
# pragma: no cover
|
|
__version__ = '3.8.0'
|