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

15 lines
321 B

# -*- coding: utf-8 -*-
__title__ = 'enzyme'
__version__ = '0.4.1'
__author__ = 'Antoine Bertin'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2013 Antoine Bertin'
import logging
from .exceptions import *
from .mkv import *
from .subtitle import *
logging.getLogger(__name__).addHandler(logging.NullHandler())