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/a198250cca9273df098a34fb271f83106d596d4a/libs/js2py/legecy_translators/tokenize.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/js2py/legecy_translators/tokenize.py

5 lines
255 B

from jsparser import *
from utils import *
# maybe I will try rewriting my parser in the future... Tokenizer makes things much easier and faster, unfortunately I
# did not know anything about parsers when I was starting this project so I invented my own.