mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 15:03:01 +08:00
Update trello.py
Removed printing self.results.
This commit is contained in:
parent
0fed23f620
commit
b1049f83af
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ def do_search(self):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
self.results = r.text
|
self.results = r.text
|
||||||
print(self.results)
|
|
||||||
self.totalresults += self.results
|
self.totalresults += self.results
|
||||||
|
|
||||||
def get_emails(self):
|
def get_emails(self):
|
||||||
|
|
Loading…
Reference in a new issue