...
Code Block |
---|
pekat_socket.send(bytes(r<command>r"<command>:<project_path>", "utf-8")) |
To then get the response from the server you can use this command:
...
...
Code Block |
---|
pekat_socket.send(bytes(r<command>r"<command>:<project_path>", "utf-8")) |
To then get the response from the server you can use this command:
...