Skip to content

Commit 8955a92

Browse files
committed
Remove hash from configs.
1 parent 5bebf5c commit 8955a92

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

dash/dash.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def __init__(
8989
external_scripts=None,
9090
external_stylesheets=None,
9191
hot_reload=False,
92-
hot_reload_interval=1000,
92+
hot_reload_interval=3000,
9393
suppress_callback_exceptions=None,
9494
**kwargs):
9595

@@ -308,7 +308,6 @@ def _config(self):
308308
}
309309
if self._reload_hash:
310310
config['hot_reload'] = {
311-
'hash': self._reload_hash,
312311
'interval': self._reload_interval
313312
}
314313
return config

dev-requirements-py37.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dash_core_components>=0.27.2
2-
dash_html_components>=0.13.0rc2
2+
dash_html_components==0.12.0
33
dash-flow-example==0.0.3
44
dash-dangerously-set-inner-html
55
dash_renderer

0 commit comments

Comments
 (0)