kuspia commited on
Commit
e0d6c61
·
unverified ·
1 Parent(s): 7d64f81

Update google_trans.py

Browse files
Files changed (1) hide show
  1. deep_translator/google_trans.py +1 -1
deep_translator/google_trans.py CHANGED
@@ -36,7 +36,7 @@ class GoogleTranslator(BaseTranslator):
36
  element_tag='div',
37
  element_query={"class": "t0"},
38
  payload_key='q', # key of text in the url
39
- hl=self._target,
40
  sl=self._source,
41
  **kwargs)
42
 
 
36
  element_tag='div',
37
  element_query={"class": "t0"},
38
  payload_key='q', # key of text in the url
39
+ tl=self._target,
40
  sl=self._source,
41
  **kwargs)
42