Skip to content

Commit

Permalink
edit dict words
Browse files Browse the repository at this point in the history
  • Loading branch information
salko-ua committed Jan 3, 2024
1 parent dd66d46 commit 99b9fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions olxparser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ def create_caption(soup: BeautifulSoup) -> str:
"особисту",
"без комісії",
"Без рієлторів",
"комісї",
"комісій",
"Без риелторов",
"комисии",
"комисий",
]

caption = Information.delete_words(Information.get_caption(soup), words)
Expand Down

0 comments on commit 99b9fc4

Please sign in to comment.