shayekh commited on
Commit
8822939
·
verified ·
1 Parent(s): 961aa4f

Update app.py

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