Skip to content

Commit

Permalink
Stop printing cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
pritchyspritch committed Jul 25, 2024
1 parent 123c16c commit 6c32938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selenium_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def dfe_login():

if driver.title == "Access DfE services":
for cookie in driver.get_cookies():
print(f"Cookie Name: {cookie['name']}\nCookie Value: {cookie['value']}")
# print(f"Cookie Name: {cookie['name']}\nCookie Value: {cookie['value']}")

set_secret(cookie['name'], cookie['value'])

Expand Down

0 comments on commit 6c32938

Please sign in to comment.