Commit f94bdf73 by Csók Tamás

client: corrections in variable name

parent 96f4d71d
...@@ -59,7 +59,7 @@ def connect(vm): ...@@ -59,7 +59,7 @@ def connect(vm):
'protocol': vm.protocol, 'protocol': vm.protocol,
'server': server, 'server': server,
'username': vm.user, 'username': vm.user,
'password': vm.password 'password': password
}) })
f.close() f.close()
subprocess.call(["remmina", "-c", config_file]) subprocess.call(["remmina", "-c", config_file])
......
...@@ -59,7 +59,7 @@ def connect(vm): ...@@ -59,7 +59,7 @@ def connect(vm):
'protocol': vm.protocol, 'protocol': vm.protocol,
'server': server, 'server': server,
'username': vm.user, 'username': vm.user,
'password': vm.password 'password': password
}) })
f.close() f.close()
subprocess.call(["remmina", "-c", config_file]) subprocess.call(["remmina", "-c", config_file])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment