mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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():
|
def main():
|
||||||
env = os.environ
|
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)
|
cfg = load_config(fname)
|
||||||
_main(env, cfg)
|
_main(env, cfg)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue