Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b0e6e5a

Browse files
committedJan 4, 2017
🔧 Allow proxy_* in sign_in.
This is allowed when setting the credentials *file*, however, trying to set this inside a session used to fail.
1 parent 380f97e commit b0e6e5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎plotly/session.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
CREDENTIALS_KEYS = {
2323
'username': six.string_types,
2424
'api_key': six.string_types,
25+
'proxy_username': six.string_types,
26+
'proxy_password': six.string_types,
2527
'stream_ids': list
2628
}
2729

0 commit comments

Comments
 (0)
Please sign in to comment.