mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 05:56:31 +01:00
remove add relay with opts function
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user