Implement aiohttp

This commit is contained in:
2022-09-04 19:44:25 +01:00
parent 663a26778d
commit 22cef33342
5 changed files with 155 additions and 170 deletions

View File

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