Add more code

This commit is contained in:
2026-01-31 17:44:04 -07:00
parent 2cd17d5a3b
commit 298334402e

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