Skip to content

Commit

Permalink
Update tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dewanshrawat15 authored Oct 1, 2019
1 parent 007f15a commit e62b555
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def scrape(self, url):
y = codebase.findAll("a")
req = []
names = []
print(y)
flag = -1
for i in y:
temp = i.get("href")
Expand Down

0 comments on commit e62b555

Please sign in to comment.