fix: Use proper exception on redis start

pull/251/head
Raphaël Vinot 2021-08-27 18:08:34 +02:00
parent ae76cb77be
commit 324736f62c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from subprocess import Popen
from typing import Optional, List, Union from typing import Optional, List, Union
from redis import Redis from redis import Redis
from redis.exceptions import ConnectionError
from lookyloo.helpers import get_homedir, get_socket_path from lookyloo.helpers import get_homedir, get_socket_path