mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-06-29 22:50:37 +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:
|
try:
|
||||||
relays = []
|
relays = []
|
||||||
for tag in event.tags():
|
for tag in event.tags():
|
||||||
|
Reference in New Issue
Block a user