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/20d235e1b511d5c31e4fdeaf381f749130e1dc7b/libs/zipp/py310compat.py
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
import sys
|
|
import io
|
|
|
|
|
|
def _text_encoding(encoding, stacklevel=2, /): # pragma: no cover
|
|
return encoding
|
|
|
|
|
|
text_encoding = (
|
|
io.text_encoding if sys.version_info > (3, 10) else _text_encoding # type: ignore
|
|
)
|