Inaccurate cli message fixed
This commit is contained in:
parent
d001f0ff19
commit
f826d91a30
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ user = builtins.howdy_user
|
||||||
# Check if the models file has been created yet
|
# Check if the models file has been created yet
|
||||||
if not os.path.exists(path + "/models"):
|
if not os.path.exists(path + "/models"):
|
||||||
print("Face models have not been initialized yet, please run:")
|
print("Face models have not been initialized yet, please run:")
|
||||||
print("\n\thowdy " + user + " add\n")
|
print("\n\tsudo howdy -U " + user + " add\n")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
# Path to the models file
|
# Path to the models file
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue