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/c42ab442344cf6cccc9b1162b6e6c143d13510a2/libs/rich/_extension.py
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
from typing import Any
|
|
|
|
|
|
def load_ipython_extension(ip: Any) -> None: # pragma: no cover
|
|
# prevent circular import
|
|
from rich.pretty import install
|
|
from rich.traceback import install as tr_install
|
|
|
|
install()
|
|
tr_install()
|