refactor: remove redundant data logging in conflict handling for stock updates

This commit is contained in:
2025-05-02 15:59:52 +03:00
parent 79a47f4e4f
commit 41a5fb91f3

View File

@@ -85,7 +85,7 @@ class WildberriesMarketplaceApi(BaseMarketplaceApi):
response_data = await response.json()
logging.warning(
f'Conflict occurred when sending stocks to [{self.marketplace.id}]: {data}')
f'Conflict occurred when sending stocks to [{self.marketplace.id}]')
await asyncio.sleep(1)
chunk = self._filter_chunk_with_conflict(chunk, response_data)
continue