Files @ 8b0dc65400f3
Branch filter:

Location: Morevna/src/config.py - annotation

Laman
server accepting saved tree, fixed missing seeks
1
2
3
4
5
6
7
8
9
import logging as log


log.basicConfig(level=log.INFO,format="%(asctime)s %(levelname)s: %(message)s",datefmt="%Y-%m-%d %H:%M:%S")

version=0

hosts=["127.0.0.1"]
port=50009