This commit is contained in:
Ignacio Rivero 2025-06-21 19:40:00 -03:00
parent e0fa681093
commit 5fe0b088a2

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")