Merge pull request #1034 from wsndshx/master

Update ADC_function.py
This commit is contained in:
Yoshiko2
2023-06-20 02:24:22 +08:00
committed by GitHub

View File

@@ -302,7 +302,7 @@ def get_html_by_scraper(url: str = None, cookies: dict = None, ua: str = None, r
def translate(
src: str,
target_language: str = config.getInstance().get_target_language(),
engine: str = "google-free",
engine: str = config.getInstance().get_translate_engine(),
app_id: str = "",
key: str = "",
delay: int = 0,