mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
better folder list column output
This commit is contained in:
parent
7144e0bdce
commit
d803481bd8
2 changed files with 5 additions and 2 deletions
|
@ -127,7 +127,7 @@ class Link:
|
|||
|
||||
|
||||
def __str__(self) -> str:
|
||||
return f'[{self.timestamp}] {self.base_url} "{self.title}"'
|
||||
return f'[{self.timestamp}] {self.url} "{self.title}"'
|
||||
|
||||
def __post_init__(self):
|
||||
self.typecheck()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue