Skip to content

Commit

Permalink
🔧 Allow proxy_* in sign_in.
Browse files Browse the repository at this point in the history
This is allowed when setting the credentials *file*, however, trying to
set this inside a session used to fail.
  • Loading branch information
theengineear committed Jan 18, 2017
1 parent a320248 commit 4304f0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plotly/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
CREDENTIALS_KEYS = {
'username': six.string_types,
'api_key': six.string_types,
'proxy_username': six.string_types,
'proxy_password': six.string_types,
'stream_ids': list
}

Expand Down

0 comments on commit 4304f0e

Please sign in to comment.