mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-31 12:56:11 +01:00
Fix Popen call
This commit is contained in:
parent
41fae2d16d
commit
a1eb6f1a44
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user