remove add relay with opts function

This commit is contained in:
Believethehype
2024-09-27 09:40:12 +02:00
parent 209c8947a6
commit 0ab6e01897
8 changed files with 11 additions and 16 deletions

View File

@@ -93,8 +93,7 @@ class AdvancedSearch(DVMTaskInterface):
signer = NostrSigner.keys(keys)
cli = Client.with_opts(signer, opts)
ropts = RelayOptions().ping(False)
await cli.add_relay_with_opts(options["relay"], ropts)
await cli.add_relay(options["relay"])
await cli.connect()