Update app.py
Browse files
app.py
CHANGED
|
@@ -1621,7 +1621,6 @@ def export_anki_file_fn(vocab_list):
|
|
| 1621 |
item.get('transliteration', ''),
|
| 1622 |
item.get('explanation', ''),
|
| 1623 |
]))
|
| 1624 |
-
]))
|
| 1625 |
|
| 1626 |
# Create a unique temporary file
|
| 1627 |
temp_fd, temp_path = tempfile.mkstemp(suffix=".apkg", prefix="flashcards_export_")
|
|
|
|
| 1621 |
item.get('transliteration', ''),
|
| 1622 |
item.get('explanation', ''),
|
| 1623 |
]))
|
|
|
|
| 1624 |
|
| 1625 |
# Create a unique temporary file
|
| 1626 |
temp_fd, temp_path = tempfile.mkstemp(suffix=".apkg", prefix="flashcards_export_")
|