diff --git a/cli/teos_cli.py b/cli/teos_cli.py index bdd4989..498ead5 100644 --- a/cli/teos_cli.py +++ b/cli/teos_cli.py @@ -391,7 +391,7 @@ def main(args, command_line_conf): if command in commands: if command == "register": - register_data = register(compress_cli_pk, teos_url) + register_data = register(compressed_cli_pk, teos_url) if register_data: print(register_data)