diff --git a/software/script/chameleon_cli_unit.py b/software/script/chameleon_cli_unit.py index 204e56e..8b99832 100644 --- a/software/script/chameleon_cli_unit.py +++ b/software/script/chameleon_cli_unit.py @@ -6385,7 +6385,7 @@ class LFT55xxClone(ReaderRequiredUnit): elif t == "ioprox": ver = args.ver if args.ver is not None else 1 - fc = int(args.fc, 0) if args.fc is not None else 0 + fc = int(args.fc) if args.fc is not None else 0 cn = args.cn if args.cn is not None else 0 if args.raw8 is not None: raw8 = LFIOProxIdArgsUnit.parse_raw8(args.raw8)