diff --git a/aws-xray-sdk-python-master/sample-apps/flask/application.py b/aws-xray-sdk-python-master/sample-apps/flask/application.py index 9b20717..32aedf2 100644 --- a/aws-xray-sdk-python-master/sample-apps/flask/application.py +++ b/aws-xray-sdk-python-master/sample-apps/flask/application.py @@ -64,4 +64,4 @@ def default(): port = '5000' else: host, port = address.split(":") - app.run(host=host, port=int(port), debug=True) + app.run(host=host, port=int(port))