ymcmy commited on
Commit
d943111
·
verified ·
1 Parent(s): cb02641

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def get_html(url):
46
  logging.error(f"An error occurred when getting HTML: {e}")
47
  return None
48
 
49
- def get_question(exercises, question_index, img_base_url=img_base_url, href_base_url=href_base_url):
50
  question_index = question_index - 1
51
 
52
  if question_index >= len(exercises):
 
46
  logging.error(f"An error occurred when getting HTML: {e}")
47
  return None
48
 
49
+ def get_question(exercises, question_index, img_base_url, href_base_url):
50
  question_index = question_index - 1
51
 
52
  if question_index >= len(exercises):