mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-16 08:04:26 -04:00
fix: Invalid file path being generated on add
This commit is contained in:
parent
1ce6130202
commit
d5cabe05af
2 changed files with 1 additions and 2 deletions
|
@ -213,7 +213,6 @@ class Snapshot(models.Model):
|
|||
return self.history['title'][-1].output.strip()
|
||||
return None
|
||||
|
||||
|
||||
@cached_property
|
||||
def domain(self) -> str:
|
||||
from ..util import domain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue