Skip to content

Commit

Permalink
feature/client-testing: variable consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
AltusBarry committed Jan 14, 2019
1 parent 4a0587a commit ace4ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion captcha/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def recaptcha_request(params):
)

# Add proxy values to opener if needed.
opener_args = ()
opener_args = []
proxy_settings = getattr(settings, "RECAPTCHA_PROXY", {})
if proxy_settings:
opener_args = [ProxyHandler(proxy_settings)]
Expand Down

0 comments on commit ace4ed2

Please sign in to comment.