mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-07-02 05:40:41 +02: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