mirror of https://github.com/CIRCL/lookyloo
fix: Use proper exception on redis start
parent
ae76cb77be
commit
324736f62c
|
@ -10,7 +10,7 @@ from subprocess import Popen
|
|||
from typing import Optional, List, Union
|
||||
|
||||
from redis import Redis
|
||||
|
||||
from redis.exceptions import ConnectionError
|
||||
from lookyloo.helpers import get_homedir, get_socket_path
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue