diff --git a/dash-cache-layout.py b/dash-cache-layout.py index 4853edf..fc36d95 100644 --- a/dash-cache-layout.py +++ b/dash-cache-layout.py @@ -12,7 +12,7 @@ 'CACHE_TYPE': 'filesystem', 'CACHE_DIR': 'cache' }) -app.config.supress_callback_exceptions = True +app.config.suppress_callback_exceptions = True timeout = 20