Skip to content

Commit 3afa6e4

Browse files
author
David Klinger
committedJul 12, 2023
ok NOW the declension issue is fixed
1 parent 2c23ee9 commit 3afa6e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎etl/extract.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def parse_adjectives(rows):
490490
data=data
491491
)
492492
result = BeautifulSoup(result.text, features='lxml')
493-
inflections = result.find('td', id='ctl00_ContentPlaceHolder1_article')
493+
inflections = result.find('td', id='ContentPlaceHolder1_article')
494494
if inflections:
495495
found_word = None
496496
word_info = None

‎index.json

+1-1
Large diffs are not rendered by default.

‎word_dict.json

+1-1
Large diffs are not rendered by default.

‎words.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)