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/f760d3198b75f5f24eb576ff032f656b18b83c40/libs/pyjsparser/__init__.py
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
__all__ = ['PyJsParser', 'parse', 'JsSyntaxError', 'pyjsparserdata']
|
|
__author__ = 'Piotr Dabkowski'
|
|
__version__ = '2.2.0'
|
|
from .parser import PyJsParser, parse, JsSyntaxError
|
|
from . import pyjsparserdata |