mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
check data folder on startup
This commit is contained in:
parent
fafdef1e6d
commit
6e5a77e1ad
3 changed files with 6 additions and 2 deletions
|
@ -69,7 +69,7 @@ class ArchiveResult:
|
|||
|
||||
cols = cols or self.field_names()
|
||||
return separator.join(
|
||||
to_json(getattr(self, col), indent=False).ljust(ljust)
|
||||
to_json(getattr(self, col), indent=None).ljust(ljust)
|
||||
for col in cols
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue