Skip to content

Commit

Permalink
BugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
helviojunior committed Jan 27, 2025
1 parent 7208606 commit 6120d73
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 @@ -124,7 +124,7 @@ def extract_sqlite3(self) -> bool:
'table': t['table_name'],
'offset': cnt,
'total': total,
'data': rows[cnt: cnt + 1000]
'data': rows[cnt: cnt + 100]
}
cnt += len(d_tmp['data'])
n1 = Tools.sanitize_filename(t['table_name'])
Expand Down

0 comments on commit 6120d73

Please sign in to comment.