From c58bbbb10f2edf270997280b82f9885e0d9d4215 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Sun, 2 Feb 2020 19:16:30 -0600 Subject: [PATCH] Add missing import in daemon launch --- src/onionrcommands/daemonlaunch/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/onionrcommands/daemonlaunch/__init__.py b/src/onionrcommands/daemonlaunch/__init__.py index acc65fad..0c3e9902 100755 --- a/src/onionrcommands/daemonlaunch/__init__.py +++ b/src/onionrcommands/daemonlaunch/__init__.py @@ -24,6 +24,7 @@ from onionrplugins import onionrevents as events from netcontroller import NetController from netcontroller import get_open_port from onionrutils import localcommand +from utils import identifyhome import filepaths from etc import onionrvalues, cleanup from onionrcrypto import getourkeypair