mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-22 13:32:58 +08:00
output fix
This commit is contained in:
parent
11172b4a24
commit
179cbf048a
1 changed files with 1 additions and 2 deletions
|
@ -77,8 +77,7 @@ async def parse_onyphe_resp_json(self):
|
|||
self.totalhosts.update(
|
||||
{domain for domain in result[subdomain_key] if domain.endswith(self.word)}
|
||||
)
|
||||
except Exception as e:
|
||||
print(f'An exception has occurred on result: {result}: {e}')
|
||||
except Exception:
|
||||
continue
|
||||
else:
|
||||
print(f'Onhyphe API query did not succeed dumping current response: {self.response}')
|
||||
|
|
Loading…
Reference in a new issue