Place db in separate dir.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Reily Siegel 2023-01-11 15:39:34 -05:00
parent 7480768ed2
commit 6fb747c5fc
Signed by untrusted user: 1114
GPG Key ID: 508A5AD0A50F88AF
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import client
import slack_util import slack_util
# The following db maps SLACK_USER_ID -> SCROLL_INTEGER # The following db maps SLACK_USER_ID -> SCROLL_INTEGER
DB_NAME = "user_scrolls" DB_NAME = "/data/user_scrolls"
DB_LOCK = asyncio.Lock() DB_LOCK = asyncio.Lock()
# Initialize the hooks # Initialize the hooks