1
0
mirror of https://github.com/gryf/slack-backup.git synced 2025-12-17 11:30:25 +01:00

Added section about config in readme

This commit is contained in:
2016-11-28 16:54:48 +01:00
parent db658f917f
commit 7ccc2bddaa
3 changed files with 56 additions and 7 deletions

View File

@@ -53,12 +53,7 @@ class Config(object):
def load_config(self, args):
if not args.config:
path = os.path.join(os.path.abspath('.'), 'slack-backup.ini')
else:
path = args.config
locations = [path,
locations = [args.config,
'./slack-backup.conf',
os.path.expandvars('$XDG_CONFIG_HOME/slack-backup.ini'),
os.path.expandvars('$HOME/.config/slack-backup.ini')]