mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-07 02:45:22 -05:00
Fix error message (#101)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user