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