Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -418,9 +418,10 @@ class GaiaRunner:
|
|
| 418 |
"""
|
| 419 |
|
| 420 |
response = requests.get(questions_url, timeout=15)
|
| 421 |
-
|
| 422 |
if response.status_code == 200:
|
| 423 |
questions_data = response.json()
|
|
|
|
| 424 |
if questions_data:
|
| 425 |
print(f"✅ Successfully fetched {len(questions_data)} questions.")
|
| 426 |
# break
|
|
|
|
| 418 |
"""
|
| 419 |
|
| 420 |
response = requests.get(questions_url, timeout=15)
|
| 421 |
+
|
| 422 |
if response.status_code == 200:
|
| 423 |
questions_data = response.json()
|
| 424 |
+
print(questions_data)
|
| 425 |
if questions_data:
|
| 426 |
print(f"✅ Successfully fetched {len(questions_data)} questions.")
|
| 427 |
# break
|