Update 05_announce_dvm.py

This commit is contained in:
Believethehype 2024-10-03 21:08:02 +02:00
parent 81430f816f
commit 655f74e37a

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.
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",
}