Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- AUTH_PARAMS = {
- "window_title": "Login to EA Play",
- "window_width": 495 if is_windows() else 480,
- "window_height": 746 if is_windows() else 708,
- "start_uri": "https://accounts.ea.com/connect/auth"
- "?response_type=code&client_id=EADOTCOM-WEB-SERVER&display=junoWeb/login"
- "&locale=en_US&release_type=prod"
- "&redirect_uri=https://www.ea.com/ea-play",
- "end_uri_regex": r"^https://www.ea.com/.*"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement