Fix nostr

This commit is contained in:
koalasat
2025-07-22 17:50:05 +02:00
parent 4dcec7c72d
commit 25eac9d206

View File

@ -64,7 +64,7 @@ class Nostr:
await client.send_private_msg(robot.nostr_pubkey, text, tags)
print("Nostr NOTIFICATION event sent")
def initialize_client(self, keys):
async def initialize_client(self, keys):
# Initialize with coordinator Keys
signer = NostrSigner.keys(keys)
client = Client(signer)