mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
Fix bing key error handling
This commit is contained in:
parent
58380a5176
commit
5873607e43
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ async def process(self, api, proxy=False):
|
|||
self.proxy = proxy
|
||||
if api == 'yes':
|
||||
if self.bingApi is None:
|
||||
raise MissingKey(True)
|
||||
raise MissingKey(True, 'BingAPI')
|
||||
else:
|
||||
if api == 'yes':
|
||||
await self.do_search_api()
|
||||
|
|
Loading…
Reference in a new issue