dev@locazia: fix misprint
This commit is contained in:
parent
ff087453bc
commit
5e1ec5423a
|
|
@ -14,7 +14,7 @@ async def send_status(service: str, status: str):
|
||||||
'status': status,
|
'status': status,
|
||||||
}
|
}
|
||||||
message_bytes = dumps(message).encode()
|
message_bytes = dumps(message).encode()
|
||||||
signer = Signer(hot_privkey)
|
signer = Signer(hot_seed)
|
||||||
message_signature = signer.sign(message_bytes)
|
message_signature = signer.sign(message_bytes)
|
||||||
async with AsyncClient() as client:
|
async with AsyncClient() as client:
|
||||||
res = await client.post(
|
res = await client.post(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue