mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 21:28:29 +03:00
fix offset
This commit is contained in:
@@ -55,7 +55,7 @@ class GWorksheet:
|
|||||||
col_index = self._col_index(col)
|
col_index = self._col_index(col)
|
||||||
|
|
||||||
if fresh:
|
if fresh:
|
||||||
return self.wks.cell(row + self.row_offset, col_index + 1).value
|
return self.wks.cell(row, col_index + 1).value
|
||||||
if type(row) == int:
|
if type(row) == int:
|
||||||
row = self.get_row(row)
|
row = self.get_row(row)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user