added netcontroller.py file
This commit is contained in:
parent
b29e0f0c09
commit
0394f1640a
@ -30,7 +30,8 @@ class OnionrCommunicate:
|
||||
self._core = core.Core()
|
||||
while True:
|
||||
command = self._core.daemonQueue()
|
||||
print('Daemon heartbeat')
|
||||
if debug:
|
||||
print('Daemon heartbeat')
|
||||
if command != False:
|
||||
if command[0] == 'shutdown':
|
||||
print('Daemon recieved exit command.')
|
||||
|
0
onionr/netcontroller.py
Normal file
0
onionr/netcontroller.py
Normal file
Loading…
Reference in New Issue
Block a user