Test PR for Heimdall #1

Closed
jared wants to merge 10 commits from test-heimdall into main
Showing only changes of commit 298334402e - Show all commits

1
app.py
View File

@@ -20,3 +20,4 @@ def fetch_data():
# No error handling
response = requests.get(f"https://api.example.com?key={API_KEY}")
return response.json()
# More code