Fix flask listen address (IP legacy/v4 only for now)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kleph 2021-04-12 23:32:18 +02:00
parent 5205c484b8
commit 3442bac744

View file

@ -29,4 +29,4 @@ class MyForm(Form):
if __name__ == "__main__": if __name__ == "__main__":
app.run() app.run(host='0.0.0.0')