feat: change config filename to config.yml
BREAKING: The configuration file name changed from `airtime.conf` to `config.yml`. Please rename your configuration file accordingly.
This commit is contained in:
parent
e4439390fe
commit
604ff20239
23 changed files with 40 additions and 34 deletions
|
@ -37,7 +37,7 @@ api_endpoints["file_download_url"] = "files/{id}/download/"
|
|||
class AirtimeApiClient:
|
||||
API_BASE = "/api/v2"
|
||||
|
||||
def __init__(self, logger=None, config_path="/etc/airtime/airtime.conf"):
|
||||
def __init__(self, logger=None, config_path="/etc/airtime/config.yml"):
|
||||
self.logger = logger or logging
|
||||
|
||||
config = Config(filepath=config_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue