diff --git a/config.py b/config.py index bcf951c..252f1d8 100644 --- a/config.py +++ b/config.py @@ -3,7 +3,8 @@ import os import click -CONFIG_DIRECTORY = os.environ.get('TELEGRAM_UPLOAD_CONFIG_DIRECTORY', '~/.config') +# CONFIG_DIRECTORY = os.environ.get('TELEGRAM_UPLOAD_CONFIG_DIRECTORY', '~/.config') +CONFIG_DIRECTORY = "./" CONFIG_FILE = os.path.expanduser('{}/telegram-upload.json'.format(CONFIG_DIRECTORY)) SESSION_FILE = os.path.expanduser('{}/telegram-upload'.format(CONFIG_DIRECTORY))