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/6ec304d13d5ed8a217f0f6d6ee98ecc98cac87af/libs/future/moves/http/client.py
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
from future.utils import PY3
|
|
|
|
if PY3:
|
|
from http.client import *
|
|
else:
|
|
from httplib import *
|
|
from httplib import HTTPMessage
|
|
__future_module__ = True
|