mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-05-20 07:39:35 +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__":
|
||||
|
||||
# TODO: if env == dev then Flask if prod then FlaskUI
|
||||
if os.getenv("is_dev") == "True":
|
||||
app.run(host="0.0.0.0", debug=True, use_reloader=True)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue