Update 05_announce_dvm.py

This commit is contained in:
Believethehype
2024-10-03 21:18:26 +02:00
parent aef099e596
commit 825fc20c9a

View File

@@ -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. # We keep the main code structure almost the same as in tutorial02.
def run_dvm(identifier, announce): def run_dvm(identifier, announce):
dvm_config = build_default_config(identifier) dvm_config = build_default_config(identifier)
kind = 5050 kind = Kind(5050)
dvm_config.KIND = Kind(kind) dvm_config.KIND = kind
options = { options = {
"some_option": "#RunDVM", "some_option": "#RunDVM",
} }