This website works better with JavaScript.
Home
Explore
Help
Sign In
dan
/
ti-dashboard
Watch
2
Star
1
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Browse Source
Reload when config.yaml is changed
mistress
Chris Yealy
4 years ago
parent
5077c86cb4
commit
3ce8e553ca
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app.py
+ 1
- 1
app.py
View File
@ -24,4 +24,4 @@ def index():
if
__name__
==
'
__main__
'
:
if
__name__
==
'
__main__
'
:
app
.
run
(
)
app
.
run
(
extra_files
=
"
config.yaml
"
)
Write
Preview
Loading…
Cancel
Save