add mostr bridge dvm (test)

This commit is contained in:
Believethehype
2024-07-17 09:53:14 +02:00
parent d1117ad495
commit 0e9d0ad825
4 changed files with 481 additions and 15 deletions

View File

@@ -223,8 +223,8 @@ async def send_event(event: Event, client: Client, dvm_config, blastr=False):
#if blastr:
# client.add_relay("wss://nostr.mutinywallet.com")
try:
output = await client.send_event(event)
event_id = output.id
event_id = await client.send_event(event)
#event_id = output.id
except Exception as e:
print(e)
event_id = None