Remove extra newline in lang.sh. Change parsing queue to writing queue

This commit is contained in:
kuben
2019-09-19 09:55:42 +02:00
parent 9f5078611c
commit 9097a98884
4 changed files with 15 additions and 20 deletions

View File

@@ -11,7 +11,7 @@ logger = None
health_logger = None
screen_send_cmd = lambda s : None # TODO temporary until move actions to modules
parsing_queue = None
write_queue = None # TODO Actually, why is this a queue? Just last element is important
class bar_mode(Enum):
power, normal, control = range(-1,2) # Don't cycle through power