diff --git a/theHarvester/__main__.py b/theHarvester/__main__.py index a6dcfbde..e0f31c57 100644 --- a/theHarvester/__main__.py +++ b/theHarvester/__main__.py @@ -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