Обновить py/converter.py
This commit is contained in:
parent
be3a98f6ef
commit
6275d00aa3
@ -27,6 +27,7 @@ OTHER DEALINGS IN THE SOFTWARE.
|
||||
import json
|
||||
from ecdsa import SigningKey, VerifyingKey, SECP256k1
|
||||
from ecdsa.util import PRNG
|
||||
from base64 import b16decode
|
||||
|
||||
f = open('temp.json', 'r')
|
||||
request = json.load(f)
|
||||
|
Loading…
Reference in New Issue
Block a user