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/f125d39b8cd587ea0790d634d3cd910dac98e3fd/libs/dateutil/tz/__init__.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/dateutil/tz/__init__.py

5 lines
145 B

from .tz import *
__all__ = ["tzutc", "tzoffset", "tzlocal", "tzfile", "tzrange",
6 years ago
"tzstr", "tzical", "tzwin", "tzwinlocal", "gettz"]