debug less

This commit is contained in:
John Smith 2023-06-25 18:28:32 -04:00
parent c3639fd331
commit 62aeec6faf
6 changed files with 66 additions and 17 deletions

View file

@ -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}")