mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-22 06:17:57 +00:00
🐛 Add 5003 code to NeedChallenge
This commit is contained in:
parent
ce0accbe20
commit
0774a43f18
@ -264,6 +264,7 @@ _errors: Dict[int, Union[_TBR, str, Tuple[_TBR, Optional[str]]]] = {
|
|||||||
1008: AccountNotFound,
|
1008: AccountNotFound,
|
||||||
-1104: "This action must be done in the app.",
|
-1104: "This action must be done in the app.",
|
||||||
1034: NeedChallenge,
|
1034: NeedChallenge,
|
||||||
|
5003: NeedChallenge,
|
||||||
}
|
}
|
||||||
|
|
||||||
ERRORS: Dict[int, Tuple[_TBR, Optional[str]]] = {
|
ERRORS: Dict[int, Tuple[_TBR, Optional[str]]] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user