DavidSteinmann

Results 1 comments of DavidSteinmann

I just do a for loop looping over all the clients and selecting only the one i want. Here's my function: ``` def sendMessageToClient(name, message): targetClient = None for oneClient...