mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
Patches unchanged variable after renaming in 3e32d8a85e
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user