Forgot to start the process. You saw nothing

This commit is contained in:
computergeek125 2021-02-13 06:00:28 +00:00
parent 7b03dd3da4
commit 90465410f8

View File

@ -126,6 +126,7 @@ class Server:
logger.info("Linux Detected")
logger.info("Starting server in {p} with command: {c}".format(p=self.server_path, c=self.server_command))
self.process = pexpect.popen_spawn.PopenSpawn(self.server_command, cwd=self.server_path, timeout=None, encoding=None)
self.is_crashed = False
ts = time.time()