From a270c8b2ce4b164c8836564874987649b5f4cbca Mon Sep 17 00:00:00 2001 From: scossa Date: Fri, 30 Sep 2022 23:27:40 +0200 Subject: [PATCH] Update 'BozzaScrapeJE.py' --- BozzaScrapeJE.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BozzaScrapeJE.py b/BozzaScrapeJE.py index f6b117b..4716e13 100644 --- a/BozzaScrapeJE.py +++ b/BozzaScrapeJE.py @@ -44,7 +44,7 @@ for menu in soup.find_all(attrs={"data-test-id": "menu-item"}): for att in menu.find("p", class_="c-menuItems-price notranslate"): prezzo.append(att.lstrip().splitlines()[0]) - # #riempie la lista "npezzi" + #riempie la lista "npezzi" att=menu.find_all(attrs={"data-test-id": "menu-item-description"}) if att != None: if menu.text.find("pezzo") > 0 or menu.text.find("pezzi") > 0: