Skip to content

Commit

Permalink
Update maximum character count in response to website update
Browse files Browse the repository at this point in the history
  • Loading branch information
BelKed committed Jul 12, 2023
1 parent ab0aebf commit 29ca6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtranslator/translators/deepl_scrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class DeeplTranslator(Translator):
url = "https://www.deepl.com/translator"
max_char = 3000
max_char = 1500
languages = {
"auto": "Any language (detect)",
"bg": "Bulgarian",
Expand Down

0 comments on commit 29ca6c8

Please sign in to comment.