Shadowsm29
Results
1
comments of
Shadowsm29
I have the same issue. Python 3.12 office365-rest-python-client 2.6.2 Windows 11 The issue is this line: if self._cached_token is None or request_time > self._token_expires: where request_time = datetime.now(timezone.utc) self._token_expires =...