Fix message to make more sense

This commit is contained in:
2025-02-17 11:51:15 -08:00
parent 1a569296ca
commit 46fa838cf6

View File

@@ -59,7 +59,7 @@ json_data = json.dumps(extracted, indent=2)
print("\nExtracted Cookie JSON:") print("\nExtracted Cookie JSON:")
print(json_data) print(json_data)
print("\nPlease close the browser window soon to avoid invalidating the cookies (Google uses refresh tokens).") print("\nClosing the browser window to avoid invalidating the cookies (Google uses refresh tokens).")
time.sleep(5) # wait a few seconds to allow the user to read the output time.sleep(5) # wait a few seconds to allow the user to read the output
# Close the browser window. # Close the browser window.