ase receiver implemented
This commit is contained in:
@@ -35,7 +35,7 @@ class CurrentClients:
|
||||
|
||||
def start_client(self, client, args):
|
||||
process = subprocess.Popen(
|
||||
[f'{self.venv_path}/bin/python3', args.ase_receiver, client],
|
||||
[f'{self.venv_path}/bin/python3', args.ase_receiver, f'-c {client}'],
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE,
|
||||
text=True
|
||||
|
||||
Reference in New Issue
Block a user