Just a little tidy up of rapiddns

This commit is contained in:
L1ghtn1ng 2020-05-12 21:10:06 +01:00
parent 1ec215ae76
commit ca20abc0e2

View file

@ -34,7 +34,7 @@ async def do_search(self):
self.total_results.append(f'{subdomain}:{str(cells[1].get_text()).strip()}')
self.total_results = list({domain for domain in self.total_results})
except Exception as e:
print('An exception has occurred: ' + str(e))
print(f'An exception has occurred: {str(e)}')
async def process(self, proxy=False):
self.proxy = proxy