From 11e79fe04518eb040c1777c5056fab01011cb29a Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Thu, 20 Jun 2024 08:17:49 +0200 Subject: [PATCH] Update nostr_utils.py --- nostr_dvm/utils/nostr_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():