remove 1 todo

This commit is contained in:
Kentai Radiquum 2025-05-04 05:57:59 +05:00
parent 5ec79945df
commit 6421fde57e
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -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: