Fixed 'progress' command

This commit is contained in:
Dominik Moritz Roth 2022-02-04 17:20:46 +01:00
parent 9529cf2970
commit aa2e5a41bb

View File

@ -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: