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.
2 parents 992c807 + 2117014 commit 4a19ce2Copy full SHA for 4a19ce2
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 = {
plotly/version.py
@@ -1 +1 @@
1
-__version__ = '1.6.8'
+__version__ = '1.6.9'
0 commit comments