forked from plotly/plotly.py
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8dc76e
commit 79565f2
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|