mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-05-20 15:49:34 +05:00
remove 1 todo
This commit is contained in:
parent
5ec79945df
commit
6421fde57e
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ def page_not_found(e):
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
||||||
# TODO: if env == dev then Flask if prod then FlaskUI
|
|
||||||
if os.getenv("is_dev") == "True":
|
if os.getenv("is_dev") == "True":
|
||||||
app.run(host="0.0.0.0", debug=True, use_reloader=True)
|
app.run(host="0.0.0.0", debug=True, use_reloader=True)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue