Skip to content

Commit

Permalink
fixes "key" sqlitedict regression
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Mar 23, 2023
1 parent 46bc014 commit 4d3cbef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ceurws/volumeparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ def parse_soup(self, number:str, soup: BeautifulSoup) -> dict:
scrapedDict = self.parseRDFa(soup)
for key in scrapedDict:
scrapedDict[key] = Textparser.sanitize(scrapedDict[key])
# sqlite_dict compatiblity
scrapedDict["key"]=number

# second part
for descValue in ["description", "descripton"]:
Expand Down

0 comments on commit 4d3cbef

Please sign in to comment.