Fix code to start ncurses interface.
This commit is contained in:
parent
6f711891a4
commit
17c7938858
1 changed files with 1 additions and 1 deletions
2
newfol
2
newfol
|
|
@ -171,7 +171,7 @@ def main(args):
|
||||||
recs = vault.load()
|
recs = vault.load()
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
if len(args) == 1:
|
if len(args) == 0:
|
||||||
start_curses()
|
start_curses()
|
||||||
else:
|
else:
|
||||||
argobj = parse_args(args)
|
argobj = parse_args(args)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue