mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-23 03:06:55 -04:00
add salt args in more places
This commit is contained in:
parent
c4ef2993b2
commit
850448b42c
2 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,8 @@ class ABID(NamedTuple):
|
|||
uri: str # e.g. E4A5CCD9
|
||||
subtype: str # e.g. 01
|
||||
rand: str # e.g. ZYEBQE
|
||||
|
||||
# salt: str = DEFAULT_ABID_URI_SALT
|
||||
|
||||
def __getattr__(self, attr: str) -> Any:
|
||||
return getattr(self.ulid, attr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue