Make it work on a server.

Este commit está contenido en:
Josh Mudge 2019-03-15 19:15:05 -06:00
padre 1e70473250
commit 7e99be1dbe

Ver fichero

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