mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +00:00
Fix passing custom port for dump_devinfo (#938)
This commit is contained in:
parent
6616d68d42
commit
30e37038d7
@ -207,7 +207,7 @@ async def handle_device(basedir, autosave, device: Device, batch_size: int):
|
||||
+ " Do not use this flag unless you are sure you know what it means."
|
||||
),
|
||||
)
|
||||
@click.option("--port", help="Port override")
|
||||
@click.option("--port", help="Port override", type=int)
|
||||
async def cli(
|
||||
host,
|
||||
target,
|
||||
|
Loading…
Reference in New Issue
Block a user