File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ def reset_credentials_file():
138
138
139
139
### config tools ###
140
140
141
- def set_config_file (plotly_domain = None , plotly_stremaing_domain = None ):
141
+ def set_config_file (plotly_domain = None , plotly_streaming_domain = None ):
142
142
"""Set the keyword-value pairs in `~/.plotly/.config`.
143
143
144
144
"""
@@ -149,8 +149,8 @@ def set_config_file(plotly_domain=None, plotly_stremaing_domain=None):
149
149
settings = get_config_file ()
150
150
if isinstance (plotly_domain , (str , unicode )):
151
151
settings ['plotly_domain' ] = plotly_domain
152
- if isinstance (plotly_stremaing_domain , (str , unicode )):
153
- settings ['plotly_streaming_domain' ] = plotly_stremaing_domain
152
+ if isinstance (plotly_streaming_domain , (str , unicode )):
153
+ settings ['plotly_streaming_domain' ] = plotly_streaming_domain
154
154
utils .save_json_dict (CONFIG_FILE , settings )
155
155
ensure_local_plotly_files () # make sure what we just put there is OK
156
156
You can’t perform that action at this time.
0 commit comments