finish up removing daemon queue, migrate shutdown to event system

This commit is contained in:
Kevin Froman 2020-01-06 18:25:51 -06:00
parent a801960179
commit 88fe605762
7 changed files with 21 additions and 40 deletions

View file

@ -20,7 +20,6 @@
import onionrplugins, logger
from onionrutils import localcommand
from coredb import daemonqueue
class PluginAPI:
def __init__(self, pluginapi):