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