Make it work on a server.
This commit is contained in:
parent
1e70473250
commit
7e99be1dbe
|
@ -17,4 +17,4 @@ def form_post():
|
||||||
return ciphered_text
|
return ciphered_text
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(debug=True)
|
app.run(host= '0.0.0.0')
|
||||||
|
|
Loading…
Reference in New Issue