clean up debug statements
This commit is contained in:
@@ -128,8 +128,6 @@ class Twitter_Scraper:
|
|||||||
self.router = self.go_to_home
|
self.router = self.go_to_home
|
||||||
pass
|
pass
|
||||||
|
|
||||||
print(134)
|
|
||||||
|
|
||||||
def _get_driver(
|
def _get_driver(
|
||||||
self,
|
self,
|
||||||
proxy=None,
|
proxy=None,
|
||||||
@@ -350,7 +348,6 @@ It may be due to the following:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def go_to_bookmarks(self):
|
def go_to_bookmarks(self):
|
||||||
print("356")
|
|
||||||
if (
|
if (
|
||||||
self.scraper_details["bookmarks"] is False
|
self.scraper_details["bookmarks"] is False
|
||||||
or self.scraper_details["bookmarks"] == ""
|
or self.scraper_details["bookmarks"] == ""
|
||||||
@@ -438,7 +435,7 @@ It may be due to the following:
|
|||||||
)
|
)
|
||||||
elif self.scraper_details["type"] == "Bookmarks":
|
elif self.scraper_details["type"] == "Bookmarks":
|
||||||
print(
|
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":
|
elif self.scraper_details["type"] == "Query":
|
||||||
print(
|
print(
|
||||||
"Scraping {} Tweets from {} search...".format(
|
"Scraping {} Tweets from {} search...".format(
|
||||||
|
|||||||
Reference in New Issue
Block a user