fix logging problems

I don't know why this works
This commit is contained in:
boyska 2021-09-17 10:21:03 +02:00
parent c788289567
commit 6a17e63f85

View file

@ -9,7 +9,6 @@ import urllib.request
from . import forge, maint, server
from .config_manager import get_config
logging.basicConfig(stream=sys.stdout)
logger = logging.getLogger("cli")
CWD = os.getcwd()