From ed648ddd18711d951a69d0fda1a9ef76cfa2daa9 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 6 Dec 2023 18:44:18 +0300 Subject: [PATCH] Update serializer.py --- src/python_rucaptcha/core/serializer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python_rucaptcha/core/serializer.py b/src/python_rucaptcha/core/serializer.py index 09ba16dd..667f13df 100644 --- a/src/python_rucaptcha/core/serializer.py +++ b/src/python_rucaptcha/core/serializer.py @@ -22,6 +22,7 @@ def to_dict(self): class TaskSer(MyBaseModel): type: str + class ErrorFieldsSer(Struct): errorCode: str = None errorDescription: str = None