Inaccurate cli message fixed

This commit is contained in:
Ryan Butler 2020-06-20 12:34:51 -04:00 committed by GitHub
parent d001f0ff19
commit f826d91a30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ user = builtins.howdy_user
# Check if the models file has been created yet
if not os.path.exists(path + "/models"):
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)
# Path to the models file