nadim71 commited on
Commit
24e9a60
·
verified ·
1 Parent(s): 17b928e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ if __name__ == "__main__":
213
 
214
  # 2. Fetch Questions
215
  print(f"Fetching questions from: {questions_url}")
216
- try:
217
  response = requests.get(questions_url, timeout=15)
218
  response.raise_for_status()
219
  questions_data = response.json()
 
213
 
214
  # 2. Fetch Questions
215
  print(f"Fetching questions from: {questions_url}")
216
+ try:
217
  response = requests.get(questions_url, timeout=15)
218
  response.raise_for_status()
219
  questions_data = response.json()