Update trello.py

Removed printing self.results.
This commit is contained in:
Matt 2018-12-22 20:33:18 -05:00 committed by GitHub
parent 0fed23f620
commit b1049f83af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,6 @@ def do_search(self):
except Exception as e:
print(e)
self.results = r.text
print(self.results)
self.totalresults += self.results
def get_emails(self):