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