mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
Remove unused writer.tell() call in Writer.write_records
This commit is contained in:
parent
4b53c10132
commit
98d30aa9fe
@ -158,7 +158,6 @@ class WarcWriter:
|
||||
|
||||
with self._lock:
|
||||
writer = self._writer()
|
||||
recordset_offset = writer.tell()
|
||||
|
||||
for record in records:
|
||||
offset = writer.tell()
|
||||
|
Loading…
x
Reference in New Issue
Block a user