Skip to content

fix: get the real name of the private key container folder instead of generated one #9

@vecryd

Description

@vecryd

In the copy_pkeycontainer script in the generate_container_name function:

def generate_container_name(length: int) -> str:
    letters = string.ascii_lowercase
    return ''.join(random.choice(letters) for i in range(length)) + ".000"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions