This commit is contained in:
Believethehype 2024-12-10 13:55:14 +01:00
parent d25746b286
commit 322dfcfbef
2 changed files with 2 additions and 2 deletions

View File

@ -1164,7 +1164,7 @@ def playground():
"logger": False}
image = "https://image.nostr.build/53536b3eccb03fdb127849b79f85b0b6ecb241d12068b65f52afe4a4650d5318.jpg"
description = "I show popular tweets with < 210 symbols"
description = "I show popular notes with < 210 symbols"
custom_processing_msg = ["Tweets are short notes"]
cost = 0

View File

@ -9,7 +9,7 @@ from nostr_dvm.utils.admin_utils import AdminConfig
from nostr_dvm.utils.dvmconfig import build_default_config
from nostr_dvm.utils.nip89_utils import create_amount_tag, NIP89Config, check_and_set_d_tag
rebroadcast_NIP89 = True # Announce NIP89 on startup
rebroadcast_NIP89 = False # Announce NIP89 on startup
rebroadcast_NIP65_Relay_List = False
update_profile = False