pull/6/head
matic_t 4 years ago
parent efe4d07464
commit 83396ef8a0

@ -32,7 +32,7 @@ class Entry(Data):
comment = entry_xml.querySelector("head comment")
self.status = status.textContent if status else ""
self.headword = headword.textContent if headword else ""
self.headword_type = headword.getAttribute("type") if .hasAttribute("type") else None
self.headword_type = headword.getAttribute("type") if headword.hasAttribute("type") else None
self.headword_audio = headword.getAttribute("audio") if headword.hasAttribute("audio") else None
self.grammar = grammar.textContent if grammar else ""
self.comment = comment.textContent if comment else ""

Loading…
Cancel
Save