Add missing import in daemon launch

This commit is contained in:
Kevin Froman 2020-02-02 19:16:30 -06:00
parent d4dd964069
commit c58bbbb10f
1 changed files with 1 additions and 0 deletions

View File

@ -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