1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 13:35:23 +02:00

Fix error message (#101)

This commit is contained in:
Alexei Pesic 2021-01-19 21:19:03 -08:00 committed by GitHub
parent 81fc0c6cb2
commit c8655c3a50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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