From c106d5881fbb67436b44f752c64bf72da8c68487 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Mon, 9 Mar 2020 04:10:41 -0500 Subject: [PATCH] removed imports in daemon launch --- src/onionrcommands/daemonlaunch/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/onionrcommands/daemonlaunch/__init__.py b/src/onionrcommands/daemonlaunch/__init__.py index 954344fc..a4474341 100755 --- a/src/onionrcommands/daemonlaunch/__init__.py +++ b/src/onionrcommands/daemonlaunch/__init__.py @@ -8,7 +8,6 @@ import platform import sqlite3 from threading import Thread -from gevent import time from gevent import spawn from stem.connection import IncorrectPassword import toomanyobjs @@ -22,7 +21,6 @@ import logger import communicator from onionrplugins import onionrevents as events from netcontroller import NetController -from netcontroller import get_open_port from netcontroller import clean_ephemeral_services from onionrutils import localcommand from utils import identifyhome