Fixed 'progress' command
This commit is contained in:
parent
9529cf2970
commit
aa2e5a41bb
@ -1095,6 +1095,8 @@ def cliInterface():
|
||||
shell(G, books, mu, std)
|
||||
elif args.cmd=="competence":
|
||||
recommenderCompetence(G)
|
||||
return
|
||||
elif args.cmd=="progress":
|
||||
progress(G, args.m)
|
||||
return
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user