Anton Pytel
Results
2
issues of
Anton Pytel
Token expiration problem as token_info property not being updated. closes #21
The problem is that thread function ``` def run(self): self.stopped = False while not self.stopped: try: check_time = time() if check_time >= self.token_info["refreshToken"] and self.logged_in: if self.username and self.password: self.login(self.username,...