Browse Source

Reload when config.yaml is changed

mistress
Chris Yealy 4 years ago
parent
commit
3ce8e553ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.py

+ 1
- 1
app.py View File

@ -24,4 +24,4 @@ def index():
if __name__ == '__main__':
app.run()
app.run(extra_files="config.yaml")

Loading…
Cancel
Save