Skip to content

Commit 66b482d

Browse files
committed
Fix PUID numbering
1 parent fa97890 commit 66b482d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/jsonid2pronom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async def output_signature(path: str):
5656

5757
for encoding in encodings:
5858
increment_id += 1
59-
json_puid = "jsonid2pronom/1"
59+
json_puid = f"jsonid2pronom/{increment_id}"
6060
name_ = f"JSONID2PRONOM Conversion ({encoding})"
6161
try:
6262
mime = "application/json"

0 commit comments

Comments
 (0)