Skip to content
Snippets Groups Projects
Commit 0230eb41 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

changed port for app.py

parent 72208d00
No related branches found
No related tags found
No related merge requests found
Pipeline #375626 passed
......@@ -3,3 +3,4 @@ venv
.vscode
__pycache__
public
.venv
\ No newline at end of file
......@@ -32,4 +32,4 @@ def pages(page):
# Main Function, Runs at http://0.0.0.0:8080
if __name__ == "__main__":
app.run(port=8080)
app.run(port=3000)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment