before removing Notes,source_context from the Anki cards
This commit is contained in:
parent
61acfe74d7
commit
750365aa79
1 changed files with 9 additions and 9 deletions
|
|
@ -215,15 +215,15 @@ class SandboxTab(QWidget):
|
|||
QMessageBox.warning(self, "Validation Alert", "English and Spanish phrase properties cannot remain blank.")
|
||||
return
|
||||
|
||||
print(f"\n[DEBUG DATABASE WRITE]")
|
||||
print(f" ID Selected: {self.selected_translation_id}")
|
||||
print(f" English: {en_t}")
|
||||
print(f" Spanish: {es_t}")
|
||||
print(f" Context: {ctx_t}")
|
||||
print(f" Tags: {tag_t}")
|
||||
print(f" Notes: {self.current_notes_content}")
|
||||
print(f" Anki Notes: {self.current_anki_notes_content}")
|
||||
print(f" Gender: {gender_t}\n")
|
||||
# print(f"\n[DEBUG DATABASE WRITE]")
|
||||
# print(f" ID Selected: {self.selected_translation_id}")
|
||||
# print(f" English: {en_t}")
|
||||
# print(f" Spanish: {es_t}")
|
||||
# print(f" Context: {ctx_t}")
|
||||
# print(f" Tags: {tag_t}")
|
||||
# print(f" Notes: {self.current_notes_content}")
|
||||
# print(f" Anki Notes: {self.current_anki_notes_content}")
|
||||
# print(f" Gender: {gender_t}\n")
|
||||
|
||||
|
||||
# Fixed argument sequence to match Beekeeper schema (gender position 7, anki_notes position 8)
|
||||
|
|
|
|||
Loading…
Reference in a new issue