Skip to content

Commit b53509b

Browse files
committed
verify license file
1 parent 0f0a250 commit b53509b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

verify.py

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ def compact(expanded_json):
2525
print(f'Invalid SAID {qb64} found for {filename} details.')
2626
markdown[filename] = qb64
2727

28+
license = expanded_json['a']['license']
29+
saider = keri.core.coring.Saider(sad=license)
30+
expanded_json['a']['license'] = saider.qb64
31+
2832
markdown = expanded_json['a']['markdown']
2933
saider = keri.core.coring.Saider(sad=markdown)
3034
expanded_json['a']['markdown'] = saider.qb64

0 commit comments

Comments
 (0)