mirror of
https://github.com/SantaSpeen/anixart.git
synced 2025-07-01 23:47:00 +00:00
[~] Ошибки поменялись?
This commit is contained in:
parent
52ebb42aa2
commit
d9a577ee14
@ -2,8 +2,8 @@ from enum import IntEnum
|
|||||||
|
|
||||||
class AnixartApiErrors(IntEnum):
|
class AnixartApiErrors(IntEnum):
|
||||||
""" Error codes for AnixartApi authentication."""
|
""" Error codes for AnixartApi authentication."""
|
||||||
INCORRECT_LOGIN = 1
|
INCORRECT_LOGIN = 2
|
||||||
INCORRECT_PASSWORD = 2
|
INCORRECT_PASSWORD = 3
|
||||||
|
|
||||||
class AnixartComment(IntEnum):
|
class AnixartComment(IntEnum):
|
||||||
DISLIKE = 1
|
DISLIKE = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user