Removed trace of testing in googlesearch

This commit is contained in:
NotoriousRebel
2019-09-12 03:03:03 -04:00
parent f702f56d63
commit 138fc0bceb
-4
View File
@@ -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)