Skip to content

Commit

Permalink
Update create_person_aid.py (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkongsuwan authored Oct 30, 2023
1 parent b423c29 commit c48847d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/create_person_aid.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def create_aid():
]

op = identifiers.create("BankUser", bran="0123456789abcdefghijk", wits=wits, toad="2")
op = op[2]

while not op["done"]:
op = operations.get(op["name"])
Expand Down

0 comments on commit c48847d

Please sign in to comment.