diff --git a/app/core/_utils/send_status.py b/app/core/_utils/send_status.py index d14c816..aefcfac 100644 --- a/app/core/_utils/send_status.py +++ b/app/core/_utils/send_status.py @@ -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(