Обновить py/converter.py

This commit is contained in:
artemuhi 2024-03-23 14:34:13 +03:00
parent be3a98f6ef
commit 6275d00aa3

View File

@ -27,6 +27,7 @@ OTHER DEALINGS IN THE SOFTWARE.
import json import json
from ecdsa import SigningKey, VerifyingKey, SECP256k1 from ecdsa import SigningKey, VerifyingKey, SECP256k1
from ecdsa.util import PRNG from ecdsa.util import PRNG
from base64 import b16decode
f = open('temp.json', 'r') f = open('temp.json', 'r')
request = json.load(f) request = json.load(f)