Mustafa-albakkar commited on
Commit
d8b5b5e
·
verified ·
1 Parent(s): 17e0f28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -418,9 +418,10 @@ class GaiaRunner:
418
  """
419
 
420
  response = requests.get(questions_url, timeout=15)
421
- print(response)
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