Skip to content

Commit 35fc981

Browse files
fix(relic): remove ini depends
1 parent 06bd615 commit 35fc981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

API/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127

128128

129129
if NEW_RELIC_LICENSE_KEY:
130-
newrelic.agent.initialize("newrelic.ini")
130+
newrelic.agent.initialize()
131131

132132

133133
@app.middleware("http")

0 commit comments

Comments
 (0)