mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-07-25 19:13:30 +00:00
Fix Popen call
This commit is contained in:
@ -462,7 +462,7 @@ class ServerInstance:
|
||||
# ***********************************************
|
||||
elif HelperServers.get_server_type_by_id(self.server_id) == "steam":
|
||||
try:
|
||||
self.process = subprocess.call(
|
||||
self.process = subprocess.Popen(
|
||||
self.server_command,
|
||||
cwd=self.server_path,
|
||||
stdin=subprocess.PIPE,
|
||||
|
Reference in New Issue
Block a user