Turn off debug mode.

This commit is contained in:
Sarah 2021-10-17 14:52:28 +02:00
parent 8ee3661615
commit 5d1d6f31d7
No known key found for this signature in database
GPG key ID: 708F7ACE058F0186

View file

@ -9,7 +9,7 @@ from peerix.app import app
def run(): def run():
logging.basicConfig(level=logging.DEBUG) logging.basicConfig()
uvloop.install() uvloop.install()
config = Config() config = Config()
config.bind = ["0.0.0.0:12304"] config.bind = ["0.0.0.0:12304"]