mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-28 09:25:50 +00:00
See #47
This commit is contained in:
parent
a4687d371e
commit
e8572cf858
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ def get_init_args(cls):
|
|||
def main():
|
||||
env = os.environ
|
||||
|
||||
fname = env.get('VDIRSYNCER_CONFIG', expand_path('~/.vdirsyncer/config'))
|
||||
fname = expand_path(env.get('VDIRSYNCER_CONFIG', '~/.vdirsyncer/config'))
|
||||
cfg = load_config(fname)
|
||||
_main(env, cfg)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue