Add Solanum

This commit is contained in:
2021-02-27 14:43:52 +01:00
committed by Valentin Lorentz
parent 72eee6114f
commit 06972fc1c4

View File

@ -93,7 +93,7 @@ class CharybdisController(BaseServerController, DirectoryBasedController):
"-pidfile", "-pidfile",
os.path.join(self.directory, "server.pid"), os.path.join(self.directory, "server.pid"),
], ],
stderr=subprocess.DEVNULL, # stderr=subprocess.DEVNULL,
) )