Commit 2646905b by Juan Pablo dure

cambie puerto a 5000

1 parent 20407af1
Showing 1 changed file with 1 additions and 1 deletions
...@@ -398,4 +398,4 @@ def _e2q(string): ...@@ -398,4 +398,4 @@ def _e2q(string):
# Inicio del servicio # Inicio del servicio
if __name__ == "__main__": if __name__ == "__main__":
app.run("0.0.0.0", port=8765)
\ No newline at end of file \ No newline at end of file
app.run("0.0.0.0")#, port=8765)
\ No newline at end of file \ No newline at end of file
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!