Update serializer.py

This commit is contained in:
Andrei 2022-12-14 00:56:30 +03:00
parent 214a318fc3
commit 0aee516400
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class GetTaskResultRequestSer(BaseAPIRequestSer):
class GetTaskResultResponseSer(BaseAPIResponseSer):
status: ResponseStatusEnm = Field(..., description="Captcha solving process status.")
status: ResponseStatusEnm = Field(None, description="Captcha solving process status.")
solution: Dict = Field(None, description="Task result data. Different for each type of task.")
cost: float = Field(None, description="Cost of the task in USD.")
ip: str = Field(None, description="IP from which the task was created.")