Update application.py

This commit is contained in:
s464979 2025-01-22 09:31:14 +01:00
parent 71e08bd380
commit 25b42c0dc5

View File

@ -167,4 +167,4 @@ def wait_for_textract_job(job_id):
time.sleep(2)
if __name__ == '__main__':
application.run(port=8080, debug=True)
application.run(port=5000, debug=True)