Configuration parameter checks, simplified logging, a lot of refactoring and bug fixes.

This commit is contained in:
Johannes Findeisen 2022-09-07 02:10:08 +02:00
commit e921d36aa5
11 changed files with 85 additions and 53 deletions

View file

@ -26,7 +26,7 @@ import json
from logging import getLogger
logger = getLogger(__name__)
logger = getLogger('uplink')
class HTTPServer: