output fix

This commit is contained in:
L1ghtn1ng 2025-01-26 19:52:36 +00:00
parent 11172b4a24
commit 179cbf048a

View file

@ -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}')