mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
Fix error message (#101)
This commit is contained in:
parent
81fc0c6cb2
commit
c8655c3a50
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user