Skip to content

Commit 2e2c20e

Browse files
author
AyudaEnPython[bot]
committed
Add cloned repository to tools
1 parent 819fcc7 commit 2e2c20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/password_generator/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from random import choices
22
from string import ascii_letters, digits
33

4-
SYMBOLS = "~`!@#$%^&*()_-+={[}]|\:;<,>.?/\"'"
4+
SYMBOLS = "~`!@#$%^&*()_-+={[}]|:;<,>.?/\"'"
55

66

77
def generate_password(length):

0 commit comments

Comments
 (0)