Skip to content

Commit

Permalink
Merge pull request #269 from mrshu/patch-1
Browse files Browse the repository at this point in the history
fix: Add missing comma in `get_tokens`
  • Loading branch information
VeNoMouS committed Jan 31, 2022
2 parents d53fd25 + b130c73 commit bce12c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudscraper/__init__.py
Expand Up @@ -340,7 +340,7 @@ def get_tokens(cls, url, **kwargs):
'doubleDown',
'captcha',
'interpreter',
'source_address'
'source_address',
'requestPreHook',
'requestPostHook'
] if field in kwargs
Expand Down

0 comments on commit bce12c6

Please sign in to comment.