mirror of https://github.com/CIRCL/lookyloo
fix: Missing import
parent
12b8e4f949
commit
d951d55367
|
@ -5,6 +5,7 @@ import time
|
||||||
import signal
|
import signal
|
||||||
from subprocess import Popen
|
from subprocess import Popen
|
||||||
from lookyloo.helpers import get_homedir, shutdown_requested, set_running, unset_running, get_socket_path
|
from lookyloo.helpers import get_homedir, shutdown_requested, set_running, unset_running, get_socket_path
|
||||||
|
from redis import StrictRedis
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in New Issue