mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-04 18:05:36 +10:00
fix snapshot uuid
This commit is contained in:
@@ -274,7 +274,7 @@ class Link:
|
||||
|
||||
@cached_property
|
||||
def snapshot_uuid(self):
|
||||
return str(self.snapshot.uuid)
|
||||
return str(self.snapshot.id)
|
||||
|
||||
@cached_property
|
||||
def snapshot_abid(self):
|
||||
|
||||
Reference in New Issue
Block a user