diff --git a/nostr_dvm/utils/nostr_utils.py b/nostr_dvm/utils/nostr_utils.py index b85428c..f6fdf43 100644 --- a/nostr_dvm/utils/nostr_utils.py +++ b/nostr_dvm/utils/nostr_utils.py @@ -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():