Run processing in thread

This commit is contained in:
2022-09-04 21:29:00 +01:00
parent 22cef33342
commit db46fea550
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)