mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-26 17:41:43 +01:00
typo
This commit is contained in:
parent
b8b02c4b50
commit
95e6e923b5
@ -33,7 +33,7 @@ def nip89_announce_tasks(dvm_config, client):
|
||||
event = EventBuilder(EventDefinitions.KIND_ANNOUNCEMENT, content, [k_tag, d_tag]).to_event(keys)
|
||||
evenid = send_event(event, client=client, dvm_config=dvm_config)
|
||||
|
||||
print(bcolors.BLUE + "[" + dvm_config.NIP89.NAME + "] Announced NIP 89 for " + dvm_config.NIP89.NAME +" (" + evenid.to_hex() +")" + + bcolors.ENDC)
|
||||
print(bcolors.BLUE + "[" + dvm_config.NIP89.NAME + "] Announced NIP 89 for " + dvm_config.NIP89.NAME +" (" + evenid.to_hex() +")" + bcolors.ENDC)
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user