Skip to content

Commit eea4cf8

Browse files
committed
Some fixes
1 parent 0abeba6 commit eea4cf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PyDictAPI/translator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ def translateItems(self, query, translateLang="auto", from_lang="auto"):
120120
else:
121121
raise PythonVersionError("Python version 3 or newer is required")
122122
text = query
123+
print(self.__searching)
124+
123125
query = urllib.parse.quote(query)
124126
URL = f"http://translate.google.com/m?tl={translateLang}&sl={from_lang}&q={query}"
125127

0 commit comments

Comments
 (0)