added netcontroller.py file
This commit is contained in:
parent
b29e0f0c09
commit
0394f1640a
2 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,7 @@ class OnionrCommunicate:
|
||||||
self._core = core.Core()
|
self._core = core.Core()
|
||||||
while True:
|
while True:
|
||||||
command = self._core.daemonQueue()
|
command = self._core.daemonQueue()
|
||||||
|
if debug:
|
||||||
print('Daemon heartbeat')
|
print('Daemon heartbeat')
|
||||||
if command != False:
|
if command != False:
|
||||||
if command[0] == 'shutdown':
|
if command[0] == 'shutdown':
|
||||||
|
|
0
onionr/netcontroller.py
Normal file
0
onionr/netcontroller.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue