Configuration parameter checks, simplified logging, a lot of refactoring and bug fixes.
This commit is contained in:
parent
95f5f1a351
commit
e921d36aa5
11 changed files with 85 additions and 53 deletions
|
|
@ -26,7 +26,7 @@ import json
|
|||
|
||||
from logging import getLogger
|
||||
|
||||
logger = getLogger(__name__)
|
||||
logger = getLogger('uplink')
|
||||
|
||||
|
||||
class HTTPServer:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue