misc/migration related
This commit is contained in:
@ -22,7 +22,7 @@ class Cache:
|
||||
|
||||
def __init__(self) -> None:
|
||||
self.cache_db: Union[str, LiteralString] = os.path.join(
|
||||
"/mnt/data/share", "sqlite_dbs", "cached_lyrics.db"
|
||||
"/usr/local/share", "sqlite_dbs", "cached_lyrics.db"
|
||||
)
|
||||
self.redis_cache = redis_cache.RedisCache()
|
||||
self.notifier = notifier.DiscordNotifier()
|
||||
|
Reference in New Issue
Block a user