This commit is contained in:
Ignacio Rivero 2025-06-21 19:40:00 -03:00
parent f4564ebf8f
commit 0236c0d004

2
app.py
View File

@ -389,4 +389,4 @@ def index():
printed=printed, error=error)
if __name__ == "__main__":
app.run(host=0.0.0.0)
app.run(host="0.0.0.0")