mirror of https://github.com/CIRCL/lookyloo
fix: Use redis ConnectionError to avoid exception on shutdown
parent
797de9ddb3
commit
72d85c62e3
|
@ -11,6 +11,7 @@ from typing import Optional, List, Tuple
|
|||
from subprocess import Popen
|
||||
|
||||
from redis import Redis
|
||||
from redis.exceptions import ConnectionError
|
||||
|
||||
from .helpers import get_socket_path
|
||||
|
||||
|
|
Loading…
Reference in New Issue