Run processing in thread

This commit is contained in:
2022-09-04 21:29:00 +01:00
parent db23b31f30
commit 60c43b4eb5
7 changed files with 152 additions and 85 deletions

View File

@@ -3,7 +3,7 @@ import logging
log = logging.getLogger("util")
debug = True
debug = False
# Color definitions
BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8)