work on cliui

This commit is contained in:
Kevin Froman 2018-09-01 23:55:24 -05:00
parent c142ab770a
commit 083003191f
2 changed files with 7 additions and 5 deletions

View file

@ -389,6 +389,7 @@ class Core:
conn.close()
except sqlite3.OperationalError:
retData = False
self.daemonQueue()
events.event('queue_push', data = {'command': command, 'data': data}, onionr = None)
return retData