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/247f69c210531048186c699de240f5e860ef0b3f/libs/future/moves/_dummy_thread.py
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
from __future__ import absolute_import
|
|
from future.utils import PY3
|
|
|
|
if PY3:
|
|
from _dummy_thread import *
|
|
else:
|
|
__future_module__ = True
|
|
from dummy_thread import *
|