1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-09-16 09:06:32 +02:00

Added subprocess import

This commit is contained in:
Mario Jauvin
2022-01-31 12:19:15 -05:00
parent a9f4fc1b3c
commit 7dc9802447

View File

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