🍱 fix before version

This commit is contained in:
Max Lerebourg
2022-11-06 12:57:32 +01:00
parent 4a674da9f9
commit 23620207f7
4 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ func SetDecision(clientIP string, isBanned bool, duration int64) {
}
}
func InitRedisClient(host string, password string) {
func InitRedisClient(host string) {
redisEnabled = true
redis.Init(host)
logger.Debug("connect to redis")