mirror of https://github.com/CIRCL/lookyloo
fix: re-add missing import
parent
466a3c5614
commit
4401348529
|
@ -21,7 +21,7 @@ from har2tree import CrawledTree
|
||||||
from redis import ConnectionPool, Redis
|
from redis import ConnectionPool, Redis
|
||||||
from redis.connection import UnixDomainSocketConnection
|
from redis.connection import UnixDomainSocketConnection
|
||||||
|
|
||||||
from .default import get_socket_path
|
from .default import get_socket_path, get_config
|
||||||
# from .helpers import get_public_suffix_list
|
# from .helpers import get_public_suffix_list
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue