mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-11 04:38:29 +03:00
fix offset
This commit is contained in:
@@ -55,7 +55,7 @@ class GWorksheet:
|
||||
col_index = self._col_index(col)
|
||||
|
||||
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:
|
||||
row = self.get_row(row)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user