mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-12-19 22:13:52 +01:00
bump and adapt to nostr-sdk to 0.7.1
This commit is contained in:
@@ -24,7 +24,7 @@ def nostr_client_test_llm(prompt):
|
||||
relay_list = ["wss://relay.damus.io", "wss://blastr.f7z.xyz", "wss://relayable.org",
|
||||
"wss://nostr-pub.wellorder.net"]
|
||||
|
||||
signer = ClientSigner.KEYS(keys)
|
||||
signer = ClientSigner.keys(keys)
|
||||
client = Client(signer)
|
||||
|
||||
for relay in relay_list:
|
||||
|
||||
Reference in New Issue
Block a user