diff --git a/recipes-app/iot2050-eio-manager/files/iot2050-eio-cli.py b/recipes-app/iot2050-eio-manager/files/iot2050-eio-cli.py index 6e1b57c84..7f6dfe823 100755 --- a/recipes-app/iot2050-eio-manager/files/iot2050-eio-cli.py +++ b/recipes-app/iot2050-eio-manager/files/iot2050-eio-cli.py @@ -67,7 +67,7 @@ def do_update_firmware(firmwares): future = pool.submit( stub.UpdateFirmware, UpdateFirmwareRequest(firmware=firmwares[entity], - firmware_type=entity) + entity=entity) ) show_progress_bar(future, 0.3) print()