Compare commits

..

No commits in common. "01296702d3db3d22ba4051bfb3e3f8e04b1f7fed" and "d0d097d665c8014af25b63202369e069e1a74fff" have entirely different histories.

View file

@ -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