mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-27 13:14:24 -04:00
fix syntax errors
This commit is contained in:
parent
d192eb5c48
commit
f1b9aec873
2 changed files with 2 additions and 3 deletions
|
@ -194,7 +194,6 @@ class Extractor:
|
|||
self.archiveresult.outputs.append({
|
||||
'type': 'PDF',
|
||||
'path': file.relative_to(cwd),
|
||||
''
|
||||
})
|
||||
|
||||
if 'text/plain' in mimetypes.guess_type(file):
|
||||
|
@ -217,4 +216,4 @@ class Extractor:
|
|||
self.archiveresult.output = self.archiveresult.outputs[0].path
|
||||
self.archiveresult.save()
|
||||
self.archiveresult.write_indexes()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue