Skip to content

Commit 180d0a2

Browse files
authored
Fix erroneous removal of _simple_chars
1 parent 7b80d4e commit 180d0a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

create-envfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def shuffle(chars):
4242
random.shuffle(chars_as_list)
4343
return "".join(chars_as_list)
4444

45+
_simple_chars = shuffle(string.ascii_letters + string.digits)
4546
_strong_chars = shuffle(string.ascii_letters + string.digits + "#%*._~")
4647

4748
def generate_env_file(args):

0 commit comments

Comments
 (0)