diff --git a/cli.py b/cli.py index 45a3d4a..3b850bc 100644 --- a/cli.py +++ b/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():