Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -45,8 +45,7 @@ async def fetch_questions(session: aiohttp.ClientSession, questions_url: str) ->
|
|
45 |
except aiohttp.ClientError as e:
|
46 |
print(f"Error fetching questions: {e}")
|
47 |
return None
|
48 |
-
except
|
49 |
-
Exception as e:
|
50 |
print(f"An unexpected error occurred fetching questions: {e}")
|
51 |
return None
|
52 |
|
|
|
45 |
except aiohttp.ClientError as e:
|
46 |
print(f"Error fetching questions: {e}")
|
47 |
return None
|
48 |
+
except Exception as e:
|
|
|
49 |
print(f"An unexpected error occurred fetching questions: {e}")
|
50 |
return None
|
51 |
|