Begin implementing aiohttp

This commit is contained in:
2022-09-04 13:47:32 +01:00
parent 734a2b7879
commit f7860bf08b
11 changed files with 392 additions and 118 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)