Skip to content

Commit 0a2458f

Browse files
committed
still debugging
1 parent d35b61b commit 0a2458f

File tree

1 file changed

+3
-3
lines changed
  • packages/python/chart-studio/chart_studio

1 file changed

+3
-3
lines changed

packages/python/chart-studio/chart_studio/files.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"stream_ids": [],
1919
},
2020
CONFIG_FILE: {
21-
"plotly_domain": "https://plot.ly",
22-
"plotly_streaming_domain": "stream.plot.ly",
23-
"plotly_api_domain": "https://api.plot.ly",
21+
"plotly_domain": "https://plotly.com",
22+
"plotly_streaming_domain": "stream.plotly.com",
23+
"plotly_api_domain": "https://api.plotly.com",
2424
"plotly_ssl_verification": True,
2525
"plotly_proxy_authorization": False,
2626
"world_readable": True,

0 commit comments

Comments
 (0)