Skip to content

Commit

Permalink
removing bad line (#180)
Browse files Browse the repository at this point in the history
* removing bad line

* removing other bad line :)
  • Loading branch information
P0NDER0SA authored Aug 2, 2024
1 parent cca56f4 commit 6fa4813
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions application.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
##!/usr/bin/env python

import os
from app import create_app
from dotenv import load_dotenv
from aws_xray_sdk.core import xray_recorder
Expand All @@ -9,9 +8,6 @@

load_dotenv()

# Set the XRAY_DAEMON_ADDRESS
os.environ['AWS_XRAY_DAEMON_ADDRESS'] = 'xray-daemon-aws-xray.xray.svc.cluster.local:2000'

# Configure the xray_recorder
xray_recorder.configure(service='notification-document-download-api')

Expand Down

0 comments on commit 6fa4813

Please sign in to comment.