Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py

changeset 6227
fc0869cd16dc
parent 6048
82ad8ec9548c
child 6412
d71b094845e7
--- a/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py	Sun Apr 08 19:04:00 2018 +0200
+++ b/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py	Sun Apr 08 19:36:51 2018 +0200
@@ -26,7 +26,7 @@
     Class implementing the translation engine for the DeepL
     translation service.
     """
-    TranslatorUrl = "https://deepl.com/jsonrpc"
+    TranslatorUrl = "https://www.deepl.com/jsonrpc"
     MaxTranslationTextLen = 5000
     
     def __init__(self, plugin, parent=None):

eric ide

mercurial