Update session.go

This commit is contained in:
Ohpe 2024-04-10 22:11:46 +02:00
parent 3cf02b5e4c
commit 4e32c2eca9
No known key found for this signature in database

View file

@ -68,9 +68,9 @@ func New() (*Session, error) {
log.Error("%s", err)
return nil, err
}
}
log.Info("Connected to Redis")
log.Info("Connected to Redis")
}
// Load prompt
go Prompt(s)