dev@locazia: fix misprint

This commit is contained in:
user 2024-03-03 14:11:58 +03:00
parent ff087453bc
commit 5e1ec5423a
1 changed files with 1 additions and 1 deletions

View File

@ -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(