Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,8 +70,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 70 |
print(f"An unexpected error occurred fetching questions: {e}")
|
| 71 |
return f"An unexpected error occurred fetching questions: {e}", None
|
| 72 |
|
| 73 |
-
|
| 74 |
-
pprint(questions_data)
|
| 75 |
|
| 76 |
return None, None
|
| 77 |
|
|
|
|
| 70 |
print(f"An unexpected error occurred fetching questions: {e}")
|
| 71 |
return f"An unexpected error occurred fetching questions: {e}", None
|
| 72 |
|
| 73 |
+
print(questions_data)
|
|
|
|
| 74 |
|
| 75 |
return None, None
|
| 76 |
|