Skip to content

Commit

Permalink
Remove hash from configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Sep 5, 2018
1 parent 5bebf5c commit 8955a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dash/dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __init__(
external_scripts=None,
external_stylesheets=None,
hot_reload=False,
hot_reload_interval=1000,
hot_reload_interval=3000,
suppress_callback_exceptions=None,
**kwargs):

Expand Down Expand Up @@ -308,7 +308,6 @@ def _config(self):
}
if self._reload_hash:
config['hot_reload'] = {
'hash': self._reload_hash,
'interval': self._reload_interval
}
return config
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements-py37.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dash_core_components>=0.27.2
dash_html_components>=0.13.0rc2
dash_html_components==0.12.0
dash-flow-example==0.0.3
dash-dangerously-set-inner-html
dash_renderer
Expand Down

0 comments on commit 8955a92

Please sign in to comment.