From f39dd3468bcd443a6c21b7776cdbe634d94d7fd0 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Thu, 22 Jul 2021 08:19:09 -0600 Subject: [PATCH] Fix using narvis instead of jarvis --- jarvis/db/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/db/types.py b/jarvis/db/types.py index ea65425..65feb4c 100644 --- a/jarvis/db/types.py +++ b/jarvis/db/types.py @@ -34,7 +34,7 @@ coll_lookup = { "Warning": "warns", } -db_instance = DBManager(get_config().mongo).mongo.narvis +db_instance = DBManager(get_config().mongo).mongo.jarvis #################