mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-26 17:41:43 +01:00
Update 05_announce_dvm.py
This commit is contained in:
parent
81430f816f
commit
655f74e37a
@ -22,8 +22,8 @@ from nostr_dvm.utils.zap_utils import change_ln_address
|
||||
# We keep the main code structure almost the same as in tutorial02.
|
||||
def run_dvm(identifier, announce):
|
||||
dvm_config = build_default_config(identifier)
|
||||
kind = Kind(5050)
|
||||
dvm_config.KIND = kind
|
||||
kind = 5050
|
||||
dvm_config.KIND = Kind(kind)
|
||||
options = {
|
||||
"some_option": "#RunDVM",
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user