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

4 lines
156 B

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