HarlockOfficial
Results
2
issues of
HarlockOfficial
the script used to discard the result from the coroutine, now the result is saved and passed to the callback also, github marks the whole file as changes, i just...
As part of a class, I have the following code: ``` cass.set_riot_api_key(RiotEnv.API_KEY) self.account = cass.get_account(name=account_name, tagline=account_tagline, region=region.value) self.summoner = self.account.summoner self.match = self.summoner.current_match participants = self.match.participants self.player = [p for...