mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 06:22:57 +08:00
chore: flake8 fix
This commit is contained in:
parent
d5e82252df
commit
d13f6284b1
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ async def store(search_engine: Any, source: str, process_param: Any = None, stor
|
|||
if isinstance(e, MissingKey):
|
||||
print(e)
|
||||
else:
|
||||
print(f'An exception has occurred in ProjectDiscovery')
|
||||
print('An exception has occurred in ProjectDiscovery')
|
||||
|
||||
elif engineitem == 'qwant':
|
||||
from theHarvester.discovery import qwantsearch
|
||||
|
|
Loading…
Reference in a new issue