Skip to content

Commit ad64023

Browse files
committed
Deleted a PRINT ALL
1 parent b585c5d commit ad64023

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

project/http/requests/proxy/requestProxy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ def samair_url_parser(self, web_url, speed_in_KBs=100.0):
152152
for row in table.find_all("span")[1:]:
153153
curr_proxy_list.append('http://' + row.text + ports[row['class'][0]])
154154

155-
print "ALL: ", curr_proxy_list
156155
return curr_proxy_list
157156

158157
def generate_proxied_request(self, url, params={}, req_timeout=30):

0 commit comments

Comments
 (0)