Skip to content

Commit

Permalink
Require googletrans-4.0.0rc1 to fix autotranslate
Browse files Browse the repository at this point in the history
With googletrans-3.0.0 I had the following error:
AttributeError: 'NoneType' object has no attribute 'group'
See ssut/py-googletrans#366 - requiring
4.0.0rc1 fixed it.
  • Loading branch information
holybiber committed Dec 17, 2023
1 parent 6d00277 commit 0db7ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dropbox>=11.36.2
beautifulsoup4>=4.12.2
GitPython>=3.1.37
pikepdf>=8.5.1
googletrans>=3.0.0
googletrans>=4.0.0rc1

0 comments on commit 0db7ccc

Please sign in to comment.