Skip to content

Commit

Permalink
Change SQLIte parser behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
helviojunior committed Jan 26, 2025
1 parent ad502b1 commit 1d176b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filecrawler/libs/containerfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def extract_sqlite3(self) -> bool:
while rows <= total:
d_tmp = {
'table': t['table_name'],
'offset': f"{cnt:06}",
'offset': cnt,
'total': total,
'data': rows[cnt: cnt + 1000]
}
Expand Down

0 comments on commit 1d176b9

Please sign in to comment.