mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-25 12:14:32 -04:00
fix abid calculation
This commit is contained in:
parent
fdf6f465db
commit
a1afd0211f
5 changed files with 14 additions and 10 deletions
|
@ -56,7 +56,7 @@ class APIToken(ABIDModel):
|
|||
return {
|
||||
"TYPE": "APIToken",
|
||||
"uuid": str(self.id),
|
||||
"abid": str(self.calculate_abid()),
|
||||
"abid": str(self.get_abid()),
|
||||
"user_id": str(self.user.id),
|
||||
"user_username": self.user.username,
|
||||
"token": self.token,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue