Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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):
|