onboarding work, now waits to start daemon timers

This commit is contained in:
Kevin Froman 2019-11-30 02:42:49 -06:00
parent fb975dc52c
commit 1de668a9e5
9 changed files with 102 additions and 28 deletions

View file

@ -20,6 +20,7 @@
import os, time, sys, platform, sqlite3, signal
from threading import Thread
from gevent import time
import toomanyobjs
@ -104,6 +105,7 @@ def daemon():
time.sleep(1)
except KeyboardInterrupt:
pass
events.event('init', threaded = False)
events.event('daemon_start')
communicator.startCommunicator(shared_state)