diff --git a/scripts/python-gen.sh b/scripts/python-gen.sh index dac252b..fde36d3 100755 --- a/scripts/python-gen.sh +++ b/scripts/python-gen.sh @@ -1,3 +1,3 @@ #!/bin/bash -python3 -m grpc_tools.protoc -I./ --python_out=./python-grpc --grpc_python_out=./python-grpc *.proto \ No newline at end of file +python3 -m grpc_tools.protoc -I./ --python_out=./python-grpc/strafesnet --grpc_python_out=./python-grpc/strafesnet *.proto \ No newline at end of file