refactor: remove redundant data logging in conflict handling for stock updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user