improvements in product loader

This commit is contained in:
Sam
2021-02-26 13:59:30 +00:00
parent 25b8e561d3
commit 223b944199
5 changed files with 164 additions and 63 deletions

View File

@@ -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