hertogateis commited on
Commit
6fae206
·
verified ·
1 Parent(s): e5673a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ headers = {
23
  "Authorization": f"Bearer {API_KEY}",
24
  "Content-Type": "application/json",
25
  }
26
- response = requests.get(API_URL, headers=headers)
27
- print(response.status_code, response.json())
28
 
29
 
30
  # Make the API request
 
23
  "Authorization": f"Bearer {API_KEY}",
24
  "Content-Type": "application/json",
25
  }
26
+ #response = requests.get(API_URL, headers=headers)
27
+ #print(response.status_code, response.json())
28
 
29
 
30
  # Make the API request