Skip to content

Commit ff9004c

Browse files
Update general_scraper.py
1 parent 8c1d017 commit ff9004c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Automation/src/general_scraper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ def lprint(this):
2828
for i in this:
2929
print(i.img)
3030

31-
Scraper('https://www.elfenix.com/').get_piece("div", "class", "coleql_height", operation=lprint)
31+
Scraper('https://www.elfenix.com/').get_piece("div", attribute="class", attribute_name="coleql_height", operation=lprint)

0 commit comments

Comments
 (0)