From 3a01ec7f331690d7c8015455794d805c2fe0e6fd Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:05:54 +0100 Subject: [PATCH] Update wot_utils.py --- nostr_dvm/utils/wot_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nostr_dvm/utils/wot_utils.py b/nostr_dvm/utils/wot_utils.py index 4c45276..6038e19 100644 --- a/nostr_dvm/utils/wot_utils.py +++ b/nostr_dvm/utils/wot_utils.py @@ -98,7 +98,7 @@ async def build_wot_network(seed_pks, depth=2, max_batch=500, max_time_request=1 if type(seed_pks) == str: seed_pks = [seed_pks] - print('Step 1: fetching kind 3 events from relays & pre-processing') + print('WOT: fetching kind 3 events from relays & pre-processing to build WOT') tic = time.time()