mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-06-04 05:49:16 +02:00
Update dvm.py
This commit is contained in:
parent
effe733fc6
commit
ea5b0cddce
@ -48,7 +48,8 @@ class DVM:
|
|||||||
self.jobs_on_hold_list = []
|
self.jobs_on_hold_list = []
|
||||||
pk = self.keys.public_key()
|
pk = self.keys.public_key()
|
||||||
|
|
||||||
print("Nostr DVM public key: " + str(pk.to_bech32()) + " Hex: " + str(pk.to_hex()) + "\n")
|
print("Nostr DVM public key: " + str(pk.to_bech32()) + " Hex: " + str(pk.to_hex()) + " Supported DVM tasks: " +
|
||||||
|
', '.join(p.NAME + ":" + p.TASK for p in self.dvm_config.SUPPORTED_DVMS) + "\n")
|
||||||
|
|
||||||
for relay in self.dvm_config.RELAY_LIST:
|
for relay in self.dvm_config.RELAY_LIST:
|
||||||
self.client.add_relay(relay)
|
self.client.add_relay(relay)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user