[~] Ошибки поменялись?

This commit is contained in:
Maxim Khomutov 2025-04-02 17:55:16 +03:00
parent 52ebb42aa2
commit d9a577ee14

View File

@ -2,8 +2,8 @@ from enum import IntEnum
class AnixartApiErrors(IntEnum):
""" Error codes for AnixartApi authentication."""
INCORRECT_LOGIN = 1
INCORRECT_PASSWORD = 2
INCORRECT_LOGIN = 2
INCORRECT_PASSWORD = 3
class AnixartComment(IntEnum):
DISLIKE = 1