Added some more words for password generator
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
cami 2021-07-17 01:45:29 +02:00
parent 6da747d632
commit 5e07b3b7dd

View file

@ -18,12 +18,19 @@ def get_random_password():
"Die Biene",
"Ein Mensch",
"Jemand",
"Der Hund",
"Der Kater",
]
second_part = [
"frisst",
"küsst",
"begrüsst",
"besucht",
"beeinflusst",
"isst",
"findet",
"vergisst",
]
third_part = [
@ -39,8 +46,9 @@ def get_random_password():
forth_part = [
"auf der Terasse.",
"auf der Wiese.",
"im Garten.",
"im Garten.",
"in der Kühltruhe.",
"auf dem Balkon.",
]
password = ""