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/ee41b78f4e4fe015ce915d1721b880b6d2d4d40f/tests/libs.py
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
# coding=utf-8
|
|
|
|
import os
|
|
import sys
|
|
|
|
|
|
def set_libs():
|
|
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '../libs/'))
|
|
|
|
|
|
set_libs()
|