This commit is contained in:
Leon 2021-08-10 03:08:31 +08:00 committed by GitHub
parent 4fbf6143ac
commit 1415436892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,7 +230,7 @@ if __name__ == "__main__":
if len(user_list) == len(passwd_list): if len(user_list) == len(passwd_list):
if user == '': if user == '':
print("啥也没有,不执行,快去填写账号密码") print("啥也没有,不执行,快去填写账号密码")
else else:
push = '' push = ''
for line in range(0,len(user_list)): for line in range(0,len(user_list)):
if len(setp_array) == 2: if len(setp_array) == 2: