1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-29 22:37:58 +02:00

removed some more whitespace

This commit is contained in:
Alexander Graf
2021-10-29 15:34:00 +02:00
parent 8c31699baf
commit 9bc685c30b
9 changed files with 13 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ import multiprocessing
import logging as log
import sys
from podop import run_server
from podop import run_server
from socrate import system, conf
log.basicConfig(stream=sys.stderr, level=os.environ.get("LOG_LEVEL", "WARNING"))