* log unhandled daemon queue commands

This commit is contained in:
KF 2019-08-27 21:14:18 -05:00
parent dd87ad8999
commit 03356e98fd
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ def handle_daemon_commands(comm_inst):
i.count = (i.frequency - 1)
elif cmd[0] == 'uploadBlock':
comm_inst.blocksToUpload.append(cmd[1])
else:
logger.debug('Received daemon queue command unable to be handled: %s' % (cmd[0],))
if cmd[0] not in ('', None):
if response != '':