Skip to content

Commit

Permalink
fix: add correct price column
Browse files Browse the repository at this point in the history
  • Loading branch information
TimNekk committed Apr 2, 2024
1 parent 3a3d52e commit 538f224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sheets/wildberries_sheets.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def set_items(self, items: List[WildberriesItem]):
self._format_cells(f"I2:I{len(urls) + 1}", CellFormat.NUMBER_PERCENT)

logger.debug("Coloring red cells...")
self._color_red_cells(f"H2:H{len(urls) + 1}", restrictions_col=3, prices_col=5)
self._color_red_cells(f"H2:H{len(urls) + 1}", restrictions_col=3, prices_col=8)

logger.debug("Merging cells...")
self._sheet.merge_cells("G1:I1")

0 comments on commit 538f224

Please sign in to comment.