Skip to content

Commit

Permalink
Update serializer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Apr 16, 2024
1 parent 9257d1d commit e931e2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/python3_capsolver/core/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ class DatadomeSliderSer(TaskSer):
userAgent: str = Field(..., description="Browser's User-Agent which is used in emulation")


class CloudflareTurnstileSer(WebsiteDataOptionsSer):
...
class CloudflareTurnstileSer(WebsiteDataOptionsSer): ...


class CyberSiAraSer(WebsiteDataOptionsSer):
Expand Down

0 comments on commit e931e2d

Please sign in to comment.