Browse Source

Clean logs

main
Bingen Eguzkitza 3 years ago
parent
commit
bdfde755ef
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      safe_sign.py

+ 0
- 3
safe_sign.py View File

def get_private_key(keystore: str) -> str: def get_private_key(keystore: str) -> str:
with open(keystore) as f: with open(keystore) as f:
encrypted = f.readlines() encrypted = f.readlines()
print(encrypted)
print(type(encrypted[0]))
print(json.loads(encrypted[0]))


password = getpass("Enter password:") password = getpass("Enter password:")



Loading…
Cancel
Save