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/fc01267d5bd3f854c4dff8794cfd1502d20a41f2/libs/dns/tsigkeyring.pyi
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
from typing import Dict
|
|
from . import name
|
|
|
|
def from_text(textring : Dict[str,str]) -> Dict[name.Name,bytes]:
|
|
...
|
|
def to_text(keyring : Dict[name.Name,bytes]) -> Dict[str, str]:
|
|
...
|