mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-09-19 21:00:43 +02:00
Update 05_announce_dvm.py
This commit is contained in:
@@ -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",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user