Commit 2eaf6d7d authored by ibuler's avatar ibuler

修改bug

parent 73da287c
......@@ -276,7 +276,7 @@ def verify_connect(username, part_ip):
elif len(ip_matched) < 1:
color_print('No Permission or No host.', 'red')
else:
login_type, username, password, host, port = get_connect_item(username, ip_matched[0])
username, password, host, port = get_connect_item(username, ip_matched[0])
connect(username, password, host, port, LOGIN_NAME)
......
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 to comment