fix: change sample config path to root not app module
This commit is contained in:
parent
c7d7448e15
commit
94ffe82636
2
cli.py
2
cli.py
@ -13,7 +13,7 @@ APP_NAME = 'twservices'
|
||||
SAMPLE_CONFIG_FILE = 'sample.config.yml'
|
||||
CONFIG_FILE = 'config.yml'
|
||||
CONFIG_DIR = click.get_app_dir(APP_NAME)
|
||||
PROJ_DIR = path.join(path.dirname(path.realpath(__file__)), APP_NAME)
|
||||
PROJ_DIR = path.join(path.dirname(path.realpath(__file__)))
|
||||
|
||||
|
||||
def __create_config_file():
|
||||
|
Loading…
Reference in New Issue
Block a user