From d13f6284b121c753b826e7c2128fbfbb2003eae4 Mon Sep 17 00:00:00 2001 From: Aidan Holland Date: Fri, 8 Jan 2021 14:36:52 -0500 Subject: [PATCH] chore: flake8 fix --- theHarvester/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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