Deleted Telegram bot

This commit is contained in:
Kristofers Solo
2021-09-13 17:20:46 +03:00
parent dca634b9b9
commit 5a8346ba28
2 changed files with 1 additions and 35 deletions

View File

@@ -18,7 +18,7 @@ class IKEA:
page = requests.get(url, headers=HEADERS)
soup = BeautifulSoup(page.content, 'html.parser')
# getting page amount
# getting max page amount
for el in soup.find_all(class_='page-link'):
cropped_name = el.get_text().strip()
if cropped_name.isnumeric():