diff --git a/app.py b/app.py index 072307b..b593117 100644 --- a/app.py +++ b/app.py @@ -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