Skip to content

Commit

Permalink
🚨 Fix test hot reload.
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Jul 31, 2021
1 parent 8cea9de commit 8ced31c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/hot_reload/hot_reload_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
app = Dazzler(__name__)

app.config.session.backend = 'Redis'
app.config.development.reload_delay = 0
app.config.development.reload_threshold = 0.1
app.add_page(hot_reload_page.page)

Expand Down

0 comments on commit 8ced31c

Please sign in to comment.