From 7e99be1dbe16ea4e330b08d3c848b173a9a652a7 Mon Sep 17 00:00:00 2001 From: Josh Mudge Date: Fri, 15 Mar 2019 19:15:05 -0600 Subject: [PATCH] Make it work on a server. --- Web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/app.py b/Web/app.py index 060bce3..2ab389e 100644 --- a/Web/app.py +++ b/Web/app.py @@ -17,4 +17,4 @@ def form_post(): return ciphered_text if __name__ == '__main__': - app.run(debug=True) + app.run(host= '0.0.0.0')