mirror of
https://github.com/laramies/theHarvester.git
synced 2026-09-26 11:34:53 +02:00
Removed trace of testing in googlesearch
This commit is contained in:
@@ -159,7 +159,3 @@ class SearchGoogle:
|
||||
self.totalresults += self.results
|
||||
except Exception as e:
|
||||
print(f'\tException Occurred {e}')
|
||||
|
||||
if __name__ == '__main__':
|
||||
x = SearchGoogle('yale.edu', 100, 0)
|
||||
x.process(False)
|
||||
Reference in New Issue
Block a user