chore: flake8 fix

This commit is contained in:
Aidan Holland 2021-01-08 14:36:52 -05:00
parent d5e82252df
commit d13f6284b1
No known key found for this signature in database
GPG key ID: CA13C419EC251DFF

View file

@ -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