Loading modules/translators/trans_deepl_api_free.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ class DeepLTranslatorv2(BaseTranslator): concate_text = False params: Dict = { 'api_url': 'https://dpltrnslt.bropinesd.online/', # EndPoint will be provided by the user 'api_url': 'https://dpltrnslt.bropinesd.online/translate', # EndPoint will be provided by the user 'delay': 0.0, } # Setup your endpoint api with https://github.com/OwO-Network/DeepLX Loading Loading
modules/translators/trans_deepl_api_free.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ class DeepLTranslatorv2(BaseTranslator): concate_text = False params: Dict = { 'api_url': 'https://dpltrnslt.bropinesd.online/', # EndPoint will be provided by the user 'api_url': 'https://dpltrnslt.bropinesd.online/translate', # EndPoint will be provided by the user 'delay': 0.0, } # Setup your endpoint api with https://github.com/OwO-Network/DeepLX Loading