From 138fc0bcebcb3da274182cd2fa31ced12f9ce9c2 Mon Sep 17 00:00:00 2001 From: NotoriousRebel Date: Thu, 12 Sep 2019 03:03:03 -0400 Subject: [PATCH] Removed trace of testing in googlesearch --- theHarvester/discovery/googlesearch.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/theHarvester/discovery/googlesearch.py b/theHarvester/discovery/googlesearch.py index 22c4b41b..46d05461 100644 --- a/theHarvester/discovery/googlesearch.py +++ b/theHarvester/discovery/googlesearch.py @@ -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) \ No newline at end of file