SergeyO7 commited on
Commit
a7f570a
·
verified ·
1 Parent(s): 6a0cd84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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