Skip to content

Commit

Permalink
🐛 Add 10041 code to InvalidDevice
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Apr 1, 2024
1 parent 5617db3 commit e4c4704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simnet/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ class InvalidDevice(BadRequest):
1034: NeedChallenge,
10035: NeedChallenge,
5003: InvalidDevice,
10041: InvalidDevice,
}

ERRORS: Dict[int, Tuple[_TBR, Optional[str]]] = {
Expand Down

0 comments on commit e4c4704

Please sign in to comment.