improvements in product loader
This commit is contained in:
@@ -184,7 +184,7 @@ def coop_loader(csv_reader, request=None):
|
||||
logging.error(f"Source image [{row['logo-url']}] not reachable: {response.status_code}")
|
||||
except Exception as e:
|
||||
logging.error(f"Could not add image to COOP {coop.company_name} from [{row['logo-url']}]: {str(e)}")
|
||||
#
|
||||
|
||||
logging.info(f"Created Coop: {coop_data}")
|
||||
coop_counter += 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user