Skip to content

Commit

Permalink
Update run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinedev committed Dec 19, 2024
1 parent 4c3aa25 commit d116684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ async def pageLader(page):
# return upload_success(url, filename=f.filename) # return upload_success call

if __name__ == "__main__":
app.run(host="0.0.0.0", port=8001, debug=True)
app.run(host="0.0.0.0", port=5001, debug=True)

0 comments on commit d116684

Please sign in to comment.