mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-23 22:13:02 +08:00
forgot to push __main__.py with omnisint change
This commit is contained in:
parent
3c473757ee
commit
53a9215aad
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ async def store(search_engine: Any, source: str, process_param: Any = None, stor
|
|||
elif engineitem == 'omnisint':
|
||||
from theHarvester.discovery import omnisint
|
||||
try:
|
||||
omnisint_search = omnisint.SearchOmnisint(word, limit)
|
||||
omnisint_search = omnisint.SearchOmnisint(word)
|
||||
stor_lst.append(store(omnisint_search, engineitem, store_host=True, store_ip=True))
|
||||
except Exception as e:
|
||||
print(e)
|
||||
|
|
Loading…
Reference in a new issue