We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2995a commit aff56a2Copy full SHA for aff56a2
src/login.py
@@ -97,7 +97,7 @@ def login_with_drexel_connect(session: Session) -> Session:
97
response.status_code == 200
98
), "Failed to send MFA code to Drexel Connect (final step)"
99
100
- # the session should now have the required cookies to access the TMS website
+ # the session should now have the required cookies to access the TMS website
101
return session
102
103
0 commit comments