Skip to content

Commit

Permalink
Update serializer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Dec 6, 2023
1 parent a4630ac commit ed648dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python_rucaptcha/core/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def to_dict(self):
class TaskSer(MyBaseModel):
type: str


class ErrorFieldsSer(Struct):
errorCode: str = None
errorDescription: str = None
Expand Down

0 comments on commit ed648dd

Please sign in to comment.