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()
|
||||
except:
|
||||
pass
|
||||
if len(args) == 1:
|
||||
if len(args) == 0:
|
||||
start_curses()
|
||||
else:
|
||||
argobj = parse_args(args)
|
||||
|
|
|
|||
Loading…
Reference in a new issue