mirror of
https://github.com/controllerzz/carbus_lib.git
synced 2026-07-15 16:30:16 +03:00
update for pypi
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user