Fix typo
This commit is contained in:
@@ -67,7 +67,7 @@ class RadioAPIClient(BaseAPI):
|
||||
"""
|
||||
url = "/bots/request_token"
|
||||
print(f"Fetching a token from {self.base_url}{url}")
|
||||
return await self._request("POST", url, json={"client_id":app_conf.client_id})
|
||||
return await self._request("POST", url, json={"client_id":app_config.client_id})
|
||||
|
||||
async def send_command(self, client_id: str, command_name: str, args: list = None):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user