We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e1571 commit 82aa37eCopy full SHA for 82aa37e
Password Generator/pass_gen.py
@@ -43,7 +43,7 @@ def change_has_characters(cls, change):
43
except Exception as err:
44
print(f"Invalid \nan Exception: {err}")
45
else:
46
- cls.has_characters[change] = not cls.has_characters[change] # automaticly changres to the oppesite value already there
+ cls.has_characters[change] = not cls.has_characters[change] #automaticly changres to the oppesite value already there
47
print(f"{change} is now set to {cls.has_characters[change]}")
48
49
@classmethod
0 commit comments