Patches unchanged variable after renaming in 3e32d8a85e

This commit is contained in:
Sergi Delgado Segura
2020-04-02 10:02:11 +02:00
parent 7abb4ada00
commit b93aa64827

View File

@@ -391,7 +391,7 @@ def main(args, command_line_conf):
if command in commands: if command in commands:
if command == "register": if command == "register":
register_data = register(compress_cli_pk, teos_url) register_data = register(compressed_cli_pk, teos_url)
if register_data: if register_data:
print(register_data) print(register_data)