Compare commits
2 commits
d0d097d665
...
01296702d3
Author | SHA1 | Date | |
---|---|---|---|
01296702d3 | |||
2000072a34 |
1 changed files with 1 additions and 1 deletions
|
@ -55,6 +55,6 @@ def get_random_password():
|
||||||
password += str(first_part[get_random_value(len(first_part)-1)])
|
password += str(first_part[get_random_value(len(first_part)-1)])
|
||||||
password += " " + str(second_part[get_random_value(len(second_part)-1)])
|
password += " " + str(second_part[get_random_value(len(second_part)-1)])
|
||||||
password += " " + str(third_part[get_random_value(len(third_part)-1)])
|
password += " " + str(third_part[get_random_value(len(third_part)-1)])
|
||||||
password += " " + str(forth_part[get_random_value(len(forth_part)-1)])
|
# password += " " + str(forth_part[get_random_value(len(forth_part)-1)])
|
||||||
|
|
||||||
return password
|
return password
|
||||||
|
|
Loading…
Reference in a new issue