From 6fb747c5fc799fa6f0503e67a018406de0fd8f07 Mon Sep 17 00:00:00 2001 From: Reily Siegel Date: Wed, 11 Jan 2023 15:39:34 -0500 Subject: [PATCH] Place db in separate dir. --- plugins/identifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/identifier.py b/plugins/identifier.py index 9b0ce11..fc0c702 100644 --- a/plugins/identifier.py +++ b/plugins/identifier.py @@ -11,7 +11,7 @@ import client import slack_util # The following db maps SLACK_USER_ID -> SCROLL_INTEGER -DB_NAME = "user_scrolls" +DB_NAME = "/data/user_scrolls" DB_LOCK = asyncio.Lock() # Initialize the hooks