8000 wb for python 3.3 · kayarre/python-api@1552f8e · GitHub
[go: up one dir, main page]

Skip to content

Commit 1552f8e

Browse files
committed
wb for python 3.3
1 parent 770f601 commit 1552f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/offline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def download_plotlyjs(download_url):
2929
res = requests.get(download_url)
3030
res.raise_for_status()
3131

32-
with open(PLOTLY_OFFLINE_BUNDLE, 'w') as f:
32+
with open(PLOTLY_OFFLINE_BUNDLE, 'wb') as f:
3333
f.write(res.content)
3434

3535
print('\n'.join([

0 commit comments

Comments
 (0)
0