mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-09 12:21:57 -04:00
use new ids for ArchiveResult API
This commit is contained in:
parent
f72debfdb2
commit
a271bcb4ce
3 changed files with 12 additions and 9 deletions
|
@ -511,7 +511,10 @@ class ArchiveResultAdmin(admin.ModelAdmin):
|
|||
)
|
||||
|
||||
def identifiers(self, obj):
|
||||
return get_abid_info(self, obj)
|
||||
try:
|
||||
return get_abid_info(self, obj)
|
||||
except Exception as e:
|
||||
return str(e)
|
||||
|
||||
@admin.display(
|
||||
description='Snapshot Tags'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue