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/faa4dfb77c6e19c2d6e470b3f58fed76a3878a54/libs/future/moves/configparser.py
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
from __future__ import absolute_import
|
|
|
|
from future.utils import PY2
|
|
|
|
if PY2:
|
|
from ConfigParser import *
|
|
else:
|
|
from configparser import *
|