Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jtl-novatec authored Apr 17, 2024
1 parent 88f23cf commit 548d81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/manual-instrumentation-traces/initial/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_user():
def do_stuff():
time.sleep(0.1)
url = "http://httpbin:80/anything"
_response = requests.get(url)
response = requests.get(url)


@app.route("/")
Expand Down

0 comments on commit 548d81f

Please sign in to comment.