asdf external

This commit is contained in:
Simple_Not 2023-07-01 23:10:34 +10:00
parent a0aa972d65
commit 33d994c9f1

2
app.py
View File

@ -40,4 +40,4 @@ def search_todo():
if __name__ == "__main__":
app.run(debug=True)
app.run(debug=True, host='0.0.0.0')