Skip to content

Commit

Permalink
Fix google_trans_new bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
quantrancse committed Nov 3, 2022
1 parent c9253cb commit 41e1c3f
Show file tree
Hide file tree
Showing 2 changed files with 429 additions and 1 deletion.
2 changes: 1 addition & 1 deletion epub-translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from bs4 import element
from google_trans_new import google_translator

tool_version = '1.0.0'
tool_version = '1.0.1'
LINE_SIZE = 90
HEADERS = {
'user-agent': ('Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.47 Safari/537.36')}
Expand Down
Loading

0 comments on commit 41e1c3f

Please sign in to comment.