🐛 Add 5003 code to NeedChallenge

This commit is contained in:
xtaodada 2023-10-25 23:11:54 +08:00
parent ce0accbe20
commit 0774a43f18
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -264,6 +264,7 @@ _errors: Dict[int, Union[_TBR, str, Tuple[_TBR, Optional[str]]]] = {
1008: AccountNotFound,
-1104: "This action must be done in the app.",
1034: NeedChallenge,
5003: NeedChallenge,
}
ERRORS: Dict[int, Tuple[_TBR, Optional[str]]] = {