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/77302fad218a3c14c91c3d28074f30e02ffe9b77/libs/pyjsparser/__init__.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/pyjsparser/__init__.py

5 lines
203 B

__all__ = ['PyJsParser', 'parse', 'JsSyntaxError', 'pyjsparserdata']
__author__ = 'Piotr Dabkowski'
__version__ = '2.2.0'
from .parser import PyJsParser, parse, JsSyntaxError
from . import pyjsparserdata