Skip to content

Commit

Permalink
Remove unnecessary whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
1over137 committed Aug 31, 2023
1 parent 2fbb38d commit 881d222
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vocabsieve/forvo.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ def get_pronunciations(self) -> Forvo:
origin = username[0].contents[0]
word = self.url.rsplit('/', 2)[-1]
pronunciation_object = Pronunciation(self.language,
word,
word,
word.strip(),
word.strip(),
vote_count,
origin,
origin.strip(),
dl_url,
is_ogg,
-1, #data_id, can't obtain anymore
Expand Down

0 comments on commit 881d222

Please sign in to comment.