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/cc42e7bc5c8011a544bb5968b67b56347d0cb224/libs/markupsafe/_speedups.pyi You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/markupsafe/_speedups.pyi

10 lines
229 B

from typing import Any
from typing import Optional
from . import Markup
def escape(s: Any) -> Markup: ...
def escape_silent(s: Optional[Any]) -> Markup: ...
def soft_str(s: Any) -> str: ...
def soft_unicode(s: Any) -> str: ...