Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7ab8abc

Browse filesBrowse files
committed
🔧 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 39a6a21 commit 7ab8abc
Copy full SHA for 7ab8abc

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎plotly/session.py

Copy file name to clipboardExpand all lines: plotly/session.py
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.