Skip to content

Commit 1dd7475

Browse files
authored
V 1.1.0
1 parent d4a856e commit 1dd7475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
print(login()) # Will return True or "incorrectinfo" or "noaccount" depending on the error.
55
print(sessionInfo["username"]) # Will return the current logged in users, username
66
print(logout()) # Will return True or "notloggedin"
7-
print(passwordReset()) # Will return True or "noemail" or "wrongsecurityquestionanswer"
7+
print(passwordReset()) # Will return True or "noemail" or "wrongsecurityquestionanswer"
88

99

1010

0 commit comments

Comments
 (0)