Update wot_utils.py

This commit is contained in:
Believethehype 2024-11-07 11:05:54 +01:00
parent 69f1ac1be2
commit 3a01ec7f33

View File

@ -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()