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/a198250cca9273df098a34fb271f83106d596d4a/libs/libfilebot/__init__.py
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
# coding=utf-8
|
|
|
|
from __future__ import absolute_import
|
|
from .main import get_filebot_attrs
|
|
|
|
__all__ = ["get_filebot_attrs"]
|