File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1290,10 +1290,11 @@ def response_handler(cls, response):
12901290 != tools .get_config_defaults ()['plotly_api_domain' ]):
12911291 raise exceptions .PlotlyError (
12921292 "This endpoint is unavailable at {url}. If you are using "
1293- "Plotly Enterprise , you may need to upgrade your Plotly "
1294- "Enterprise server to request against this endpoint or "
1293+ "Plotly On-Premise , you may need to upgrade your Plotly "
1294+ "Plotly On-Premise server to request against this endpoint or "
12951295 "this endpoint may not be available yet.\n Questions? "
1296- "support@plot.ly or your plotly administrator."
1296+ "Visit community.plot.ly, contact your plotly administrator "
1297+ "or upgrade to a Pro account for 1-1 help: https://goo.gl/1YUVu9 "
12971298 .format (url = get_config ()['plotly_api_domain' ])
12981299 )
12991300 else :
You can’t perform that action at this time.
0 commit comments