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/e82dcb48bcef51243130bf094649b2696985e34c/libs/rebulk/__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.1.0'
|