Update wot_utils.py

This commit is contained in:
Believethehype 2024-09-19 23:46:33 +02:00
parent 03a2fa1d77
commit 5c8807438d

View File

@ -162,7 +162,6 @@ async def _build_network_from(index_map, network_graph, visited_pk=None, depth=2
# extend the network graph
network_graph.update(following)
print('current network: ' + str(len(index_map)) + ' npubs', end='\r')
if depth == 1:
return index_map, network_graph