mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-20 12:36:32 +01:00
adjustments for nostrsdk 0.39
This commit is contained in:
@@ -58,7 +58,7 @@ async def nostr_client(target_dvm_npub):
|
||||
kinds.append(Kind(kind))
|
||||
|
||||
dvm_filter = (Filter().kinds(kinds).since(Timestamp.now()).pubkey(pk))
|
||||
await client.subscribe([dvm_filter], None)
|
||||
await client.subscribe(dvm_filter, None)
|
||||
|
||||
# This will send a request to the DVM
|
||||
await nostr_client_generic_test(target_dvm_npub)
|
||||
|
||||
Reference in New Issue
Block a user