progress in removing onionr core
This commit is contained in:
parent
bf8a9c4f27
commit
8163292ed9
16 changed files with 175 additions and 203 deletions
|
@ -20,8 +20,9 @@
|
|||
import logger
|
||||
import onionrevents as events
|
||||
from onionrutils import localcommand
|
||||
from coredb import daemonqueue
|
||||
def handle_daemon_commands(comm_inst):
|
||||
cmd = comm_inst._core.daemonQueue()
|
||||
cmd = daemonqueue.daemon_queue()
|
||||
response = ''
|
||||
if cmd is not False:
|
||||
events.event('daemon_command', onionr = comm_inst._core.onionrInst, data = {'cmd' : cmd})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue