clean up debug statements

This commit is contained in:
Zach Brasseaux
2024-11-15 15:14:55 -05:00
parent 05937c05df
commit 338f4814b0

View File

@@ -128,8 +128,6 @@ class Twitter_Scraper:
self.router = self.go_to_home
pass
print(134)
def _get_driver(
self,
proxy=None,
@@ -350,7 +348,6 @@ It may be due to the following:
pass
def go_to_bookmarks(self):
print("356")
if (
self.scraper_details["bookmarks"] is False
or self.scraper_details["bookmarks"] == ""
@@ -438,7 +435,7 @@ It may be due to the following:
)
elif self.scraper_details["type"] == "Bookmarks":
print(
"Scraping Tweets from @{} bookmarks...".format(self.scraper_details["username"]))
"Scraping Tweets from bookmarks...".format(self.scraper_details["username"]))
elif self.scraper_details["type"] == "Query":
print(
"Scraping {} Tweets from {} search...".format(