From 33d994c9f12db3c3070cb644dceca754bc67e6ed Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Sat, 1 Jul 2023 23:10:34 +1000 Subject: [PATCH] asdf external --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 0241bab..6cdd183 100644 --- a/app.py +++ b/app.py @@ -40,4 +40,4 @@ def search_todo(): if __name__ == "__main__": - app.run(debug=True) \ No newline at end of file + app.run(debug=True, host='0.0.0.0') \ No newline at end of file