Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -728,7 +728,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
728 |
print_coso("lancio servizio questions")
|
729 |
responseFromService = tempMock #requests.get(questions_url, timeout=30)
|
730 |
response = process_questions(responseFromService)
|
731 |
-
response.raise_for_status()
|
732 |
total_questions = response.json()
|
733 |
|
734 |
questions_data = total_questions[:min(20, len(total_questions))]
|
|
|
728 |
print_coso("lancio servizio questions")
|
729 |
responseFromService = tempMock #requests.get(questions_url, timeout=30)
|
730 |
response = process_questions(responseFromService)
|
731 |
+
#response.raise_for_status()
|
732 |
total_questions = response.json()
|
733 |
|
734 |
questions_data = total_questions[:min(20, len(total_questions))]
|