mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-17 13:21:48 +01:00
push version
This commit is contained in:
parent
b5bd309a91
commit
5033fe0134
@ -77,7 +77,7 @@ class Discoverlatestperfollower(DVMTaskInterface):
|
||||
opts = Options().relay_limits(relaylimits)
|
||||
|
||||
cli = ClientBuilder().signer(NostrSigner.keys(keys)).opts(opts).build()
|
||||
for relay in self.dvm_config.RELAY_LIST:
|
||||
for relay in self.dvm_config.SYNC_DB_RELAY_LIST:
|
||||
await cli.add_relay(relay)
|
||||
# ropts = RelayOptions().ping(False)
|
||||
# await cli.add_relay_with_opts("wss://nostr.band", ropts)
|
||||
@ -124,7 +124,7 @@ class Discoverlatestperfollower(DVMTaskInterface):
|
||||
|
||||
keys = Keys.parse(self.dvm_config.PRIVATE_KEY)
|
||||
cli = Client(NostrSigner.keys(keys))
|
||||
for relay in self.dvm_config.RELAY_LIST:
|
||||
for relay in self.dvm_config.SYNC_DB_RELAY_LIST:
|
||||
await cli.add_relay(relay)
|
||||
await cli.connect()
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -1,6 +1,6 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
VERSION = '1.0.4'
|
||||
VERSION = '1.0.5'
|
||||
DESCRIPTION = 'A framework to build and run Nostr NIP90 Data Vending Machines'
|
||||
LONG_DESCRIPTION = ('A framework to build and run Nostr NIP90 Data Vending Machines. See the github repository for more information')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user