We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364321f commit 6c0a66dCopy full SHA for 6c0a66d
plotly/tools.py
@@ -1280,10 +1280,10 @@ def get_config_plotly_server_url():
1280
try:
1281
config_dict = json.load(f)
1282
if not isinstance(config_dict, dict):
1283
- data = {}
+ config_dict = {}
1284
except:
1285
# TODO: issue a warning and bubble it up
1286
1287
1288
return config_dict.get('plotly_domain', default_server_url)
1289
0 commit comments