update log level to warning
This commit is contained in:
@@ -6,7 +6,7 @@ import json
|
|||||||
import textwrap
|
import textwrap
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
logging.basicConfig(level = logging.INFO)
|
logging.basicConfig(level = logging.WARNING)
|
||||||
|
|
||||||
from websockets.sync.server import serve
|
from websockets.sync.server import serve
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user