File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -476,10 +476,10 @@ def setup_logging(directory):
476476 API_KEY = values ['DEEPL_API_KEY' ]
477477 suffix = "-free" if values ['free' ] else ""
478478
479- DEEPL_API_URL = f'https://api.deepl { suffix } .com/v2/translate'
480- UPLOAD_URL = f"https://api.deepl { suffix } .com/v2/document"
481- CHECK_STATUS_URL_TEMPLATE = f"https://api.deepl { suffix } .com/v2/document/{{}}"
482- DOWNLOAD_URL_TEMPLATE = f"https://api.deepl { suffix } .com/v2/document/{{}}/result"
479+ DEEPL_API_URL = f'https://api{ suffix } .deepl .com/v2/translate'
480+ UPLOAD_URL = f"https://api{ suffix } .deepl .com/v2/document"
481+ CHECK_STATUS_URL_TEMPLATE = f"https://api{ suffix } .deepl .com/v2/document/{{}}"
482+ DOWNLOAD_URL_TEMPLATE = f"https://api{ suffix } .deepl .com/v2/document/{{}}/result"
483483
484484 try :
485485 if target == select_options [0 ]:
You can’t perform that action at this time.
0 commit comments