Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79565f2

Browse files
authored
Update plotly.py
1 parent e8dc76e commit 79565f2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

plotly/plotly/plotly.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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.\nQuestions? "
1296-
"[email protected] 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:

0 commit comments

Comments
 (0)