Fix error message

This commit is contained in:
Alexei Pesic 2021-01-19 18:48:15 -08:00
commit 013bc3a431

View file

@ -65,7 +65,7 @@ elif DATABASE_TYPE == "mongo":
else:
raise Exception(
"Unable to determine database type. Acceptible options are 'mongo' or 'tinydb' "
"Unable to determine database type. Acceptable options are 'mongo' or 'sqlite' "
)
# Mongo Database