Skip to content

Commit

Permalink
Update plotly.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jackparmer authored Oct 18, 2016
1 parent e8dc76e commit 79565f2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions plotly/plotly/plotly.py
Original file line number Diff line number Diff line change
Expand Up @@ -1290,10 +1290,11 @@ def response_handler(cls, response):
!= tools.get_config_defaults()['plotly_api_domain']):
raise exceptions.PlotlyError(
"This endpoint is unavailable at {url}. If you are using "
"Plotly Enterprise, you may need to upgrade your Plotly "
"Enterprise server to request against this endpoint or "
"Plotly On-Premise, you may need to upgrade your Plotly "
"Plotly On-Premise server to request against this endpoint or "
"this endpoint may not be available yet.\nQuestions? "
"[email protected] or your plotly administrator."
"Visit community.plot.ly, contact your plotly administrator "
"or upgrade to a Pro account for 1-1 help: https://goo.gl/1YUVu9 "
.format(url=get_config()['plotly_api_domain'])
)
else:
Expand Down

0 comments on commit 79565f2

Please sign in to comment.