Fix python
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
itzaname 2022-07-17 02:34:59 -04:00
parent 0bb43a49b1
commit 930e82de4e

View File

@ -1,3 +1,3 @@
#!/bin/bash
python -m grpc_tools.protoc -I./ --python_out=./python-grpc --grpc_python_out=./python-grpc *.proto
python3 -m grpc_tools.protoc -I./ --python_out=./python-grpc --grpc_python_out=./python-grpc *.proto