komomon / emailall

emailall修改版,修改部分bug
HomePage
6 stars 2 forks source link

AttributeError: 'str' object has no attribute 'random #3

Open 1205747671 opened 1 year ago

1205747671 commented 1 year ago

运行报这个错误是因为什么原因? python emailall.py --domain xxx.com run

File "/opt/emailall/emailall/modules/datasets/Emailf.py", line 8, in <module> from common.search import Search File "/opt/emailall/emailall/common/search.py", line 5, in <module> from modules.module import Module File "/opt/emailall/emailall/modules/module.py", line 50, in <module> 'User-Agent': ua.random, AttributeError: 'str' object has no attribute 'random'

komomon commented 1 year ago

python3 运行