We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992c807 commit d28fee1Copy full SHA for d28fee1
plotly/session.py
@@ -19,7 +19,7 @@
19
CREDENTIALS_KEYS = {
20
'username': six.string_types,
21
'api_key': six.string_types,
22
- 'stream_ids': []
+ 'stream_ids': list
23
}
24
25
CONFIG_KEYS = {
0 commit comments