update for pypi

This commit is contained in:
controllerzz
2025-12-11 18:20:03 +03:00
parent 0accfa2d3e
commit b101560778
3 changed files with 14 additions and 9 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ from uds_async.client import UdsClient
import logging
async def main(is_debug=True):
async def main(is_debug=False):
if is_debug:
logging.basicConfig(
@@ -57,4 +57,4 @@ async def main(is_debug=True):
await dev.close()
asyncio.run(main(is_debug=True))
asyncio.run(main())