ase receiver implemented

This commit is contained in:
2024-12-24 23:15:00 +01:00
parent 768b1d6db9
commit cf2b6356a9
4 changed files with 101 additions and 93 deletions

View File

@@ -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