hardknee commited on
Commit
759ec33
·
verified ·
1 Parent(s): 0d42202
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def get_nasa_neo_data(start_date:str, end_date:str) -> dict:
26
  data = response.json()
27
  return data
28
  else:
29
- return f"Error: {response.status_code}")
30
 
31
 
32
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
 
26
  data = response.json()
27
  return data
28
  else:
29
+ return f"Error: {response.status_code}"
30
 
31
 
32
  # Below is an example of a tool that does nothing. Amaze us with your creativity !