From 013bc3a43172fff157f994ac736697432bd05d2f Mon Sep 17 00:00:00 2001 From: Alexei Pesic Date: Tue, 19 Jan 2021 18:48:15 -0800 Subject: [PATCH] Fix error message --- 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 ef65b5250..7c809e7c2 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