Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,6 +56,8 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 56 |
if not questions_data:
|
| 57 |
print("Fetched questions list is empty.")
|
| 58 |
return "Fetched questions list is empty or invalid format.", None
|
|
|
|
|
|
|
| 59 |
print(f"Fetched {len(questions_data)} questions.")
|
| 60 |
except requests.exceptions.RequestException as e:
|
| 61 |
print(f"Error fetching questions: {e}")
|
|
|
|
| 56 |
if not questions_data:
|
| 57 |
print("Fetched questions list is empty.")
|
| 58 |
return "Fetched questions list is empty or invalid format.", None
|
| 59 |
+
|
| 60 |
+
print(f"\nQUESTION_DATA_LEN {len(questions_data)}\n")
|
| 61 |
print(f"Fetched {len(questions_data)} questions.")
|
| 62 |
except requests.exceptions.RequestException as e:
|
| 63 |
print(f"Error fetching questions: {e}")
|