mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-03 06:17:53 +10:00
fix: Invalid file path being generated on add
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user