Update authentication.py

added tiem import statement
This commit is contained in:
CoC-Fire 2023-04-11 16:31:25 -07:00 committed by GitHub
parent c16c1e0d23
commit 56420e86d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ import requests
import json
import uuid
import os
import time
from selenium import webdriver
from .exceptions import YggdrasilError
@ -332,7 +333,7 @@ class Microsoft_AuthenticationToken(object):
I have simply created a fork and submitted the changes as they describe
the usage in their comment. All credit for this goes to shikukua.
EDIT: Made web request automatic
EDIT: Made web request automatic, courtesy of CoCFire#1111
"""
oauth20_URL = 'https://login.live.com/oauth20_token.srf'