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/810d8095f9ccda8dd7e483bd02e614f1161a87ac/libs/plex/ext/__init__.py
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
from plex.core.extension import ExtensionImporter
|
|
|
|
importer = ExtensionImporter(['plex_%s'], __name__)
|
|
importer.install()
|