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,
|
||||
}
|
||||
message_bytes = dumps(message).encode()
|
||||
signer = Signer(hot_privkey)
|
||||
signer = Signer(hot_seed)
|
||||
message_signature = signer.sign(message_bytes)
|
||||
async with AsyncClient() as client:
|
||||
res = await client.post(
|
||||
|
|
|
|||
Loading…
Reference in New Issue