mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-30 10:18:41 -04:00
add better dht debugging
This commit is contained in:
parent
62aeec6faf
commit
291e3ef2fe
27 changed files with 817 additions and 95 deletions
|
@ -22,7 +22,7 @@ def server_info() -> tuple[str, int]:
|
|||
return hostname, 5959
|
||||
|
||||
|
||||
async def simple_update_callback(api: veilid.VeilidAPI, update: veilid.VeilidUpdate):
|
||||
async def simple_update_callback(update: veilid.VeilidUpdate):
|
||||
print(f"VeilidUpdate: {update}")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue