Added sparse date mode. Fixed profile fetch error catching. Updated Kelly Madison scraper, using site IDs and fixed profile scraper.

This commit is contained in:
DebaucheryLibrarian
2024-12-30 01:57:26 +01:00
parent ffea90b5e8
commit 23f76fd1be
9 changed files with 73 additions and 30 deletions

View File

@@ -10,6 +10,6 @@ const redisClient = redis.createClient({
socket: config.redis,
});
redisClient.connect();
// redisClient.connect();
module.exports = redisClient;