Skip to content

Commit 82aa37e

Browse files
Update pass_gen.py
1 parent 30e1571 commit 82aa37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Password Generator/pass_gen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def change_has_characters(cls, change):
4343
except Exception as err:
4444
print(f"Invalid \nan Exception: {err}")
4545
else:
46-
cls.has_characters[change] = not cls.has_characters[change] # automaticly changres to the oppesite value already there
46+
cls.has_characters[change] = not cls.has_characters[change] #automaticly changres to the oppesite value already there
4747
print(f"{change} is now set to {cls.has_characters[change]}")
4848

4949
@classmethod

0 commit comments

Comments
 (0)