mpucci92
Results
1
comments of
mpucci92
After updating the token.py script with: class Token: def __init__(self, config): **self._session = requests.Session() self._session.headers.update({'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0'})** self.config = config self._retries = 5...