mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-09-27 14:56:37 +02:00
fixing example flux
This commit is contained in:
@@ -26,8 +26,9 @@ def playground(announce=False):
|
||||
identifier = "flux" # Chose a unique identifier in order to get a lnaddress
|
||||
dvm_config = build_default_config(identifier)
|
||||
dvm_config.KIND = Kind(kind) # Manually set the Kind Number (see data-vending-machines.org)
|
||||
dvm_config.SEND_FEEDBACK_EVENTS = False
|
||||
#dvm_config.FIX_COST = 20
|
||||
dvm_config.CUSTOM_PROCESSING_MESSAGE = ["Generating image.."]
|
||||
dvm_config.SEND_FEEDBACK_EVENTS = True
|
||||
dvm_config.FIX_COST = 20
|
||||
|
||||
# Add NIP89
|
||||
nip89info = {
|
||||
|
Reference in New Issue
Block a user