Make it work on a server.

This commit is contained in:
Josh Mudge 2019-03-15 19:15:05 -06:00
parent 1e70473250
commit 7e99be1dbe
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ def form_post():
return ciphered_text
if __name__ == '__main__':
app.run(debug=True)
app.run(host= '0.0.0.0')