mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2025-12-21 07:54:25 +01:00
Update nostr_utils.py
This commit is contained in:
@@ -202,7 +202,7 @@ async def send_event_outbox(event: Event, client, dvm_config) -> EventId:
|
||||
|
||||
|
||||
|
||||
async def send_event(event: Event, client: Client, dvm_config, blastr=False) -> SendEventOutput | None:
|
||||
async def send_event(event: Event, client: Client, dvm_config, blastr=False):
|
||||
try:
|
||||
relays = []
|
||||
for tag in event.tags():
|
||||
|
||||
Reference in New Issue
Block a user