Removed filtering by PRODUCTS_TO_IGNORE
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import logging
|
||||
from bs4 import BeautifulSoup
|
||||
|
||||
from utils import xml_file_gen, create_bs_object
|
||||
from supermarket_chain import SupermarketChain
|
||||
from bs4 import BeautifulSoup
|
||||
|
||||
|
||||
def log_stores_ids(city: str, load_xml: bool, chain: SupermarketChain):
|
||||
@@ -19,4 +19,4 @@ def log_stores_ids(city: str, load_xml: bool, chain: SupermarketChain):
|
||||
|
||||
for store in bs_stores.find_all("STORE"):
|
||||
if store.find("CITY").text == city:
|
||||
logging.info((store.find("ADDRESS").text, store.find("STOREID").text, store.find("SUBCHAINNAME").text))
|
||||
logging.info((store.find("ADDRESS").text, store.find("STOREID").text, store.find("SUBCHAINNAME").text))
|
||||
|
Reference in New Issue
Block a user