mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
Fix error message
This commit is contained in:
parent
81fc0c6cb2
commit
013bc3a431
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ elif DATABASE_TYPE == "mongo":
|
||||||
|
|
||||||
else:
|
else:
|
||||||
raise Exception(
|
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
|
# Mongo Database
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue