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/55bb3791da81c883bf3ceaea0f56a8ab88e3e218/libs/pysubs2/__main__.py
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
import sys
|
|
from .cli import Pysubs2CLI
|
|
|
|
if __name__ == "__main__":
|
|
cli = Pysubs2CLI()
|
|
rv = cli(sys.argv[1:])
|
|
sys.exit(rv)
|