Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/blame/commit/bc3f3d4934c2d57c9434579ab7d8bc90097b1836/libs/wcwidth/__init__.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/wcwidth/__init__.py

5 lines
140 B

6 years ago
"""wcwidth module, https://github.com/jquast/wcwidth."""
from .wcwidth import wcwidth, wcswidth # noqa
__all__ = ('wcwidth', 'wcswidth',)