Missing tldextract python module
yassineaboukir opened this issue · 1 comments
yassineaboukir commented
Looks like the tldextract
python module was not covered in the bash installation file which causes this error when initiating the automation:
Searching for URLs in GH..
Traceback (most recent call last):
File "github-endpoints.py", line 234, in <module>
import tldextract
ModuleNotFoundError: No module named 'tldextract'
I believe the following PR #3 should fix it.
w9w commented
I accepted PR, thanks! Closing now.