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 da08ce8 + 8458640 commit c1d6603Copy full SHA for c1d6603
get_plotschema.py
@@ -6,5 +6,5 @@
6
plotschema = requests.get('https://api.plot.ly/v2/plot-schema/?sha1=%27%27',
7
headers={'plotly-client-platform': 'python'},
8
auth=('plotly_docs', 'ikwqmjam2o')).content
9
-f = open('_data/plotschema.json', 'w')
+f = open('_data/plotschema.json', 'wb')
10
f.write(plotschema)
0 commit comments