Turn off debug mode.
This commit is contained in:
parent
8ee3661615
commit
5d1d6f31d7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from peerix.app import app
|
|||
|
||||
|
||||
def run():
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
logging.basicConfig()
|
||||
uvloop.install()
|
||||
config = Config()
|
||||
config.bind = ["0.0.0.0:12304"]
|
||||
|
|
Loading…
Reference in a new issue