From c8655c3a506278afb6335499515737c4d7816b5b Mon Sep 17 00:00:00 2001 From: Alexei Pesic Date: Tue, 19 Jan 2021 21:19:03 -0800 Subject: [PATCH] Fix error message (#101) --- mealie/app_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/app_config.py b/mealie/app_config.py index ef65b52502ec..7c809e7c2b19 100644 --- a/mealie/app_config.py +++ b/mealie/app_config.py @@ -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