fix
This commit is contained in:
parent
7c2fb7cd6e
commit
8ea015e277
1
Makefile
1
Makefile
@ -2,5 +2,6 @@ gen:
|
|||||||
rm -rf schemas
|
rm -rf schemas
|
||||||
python generator.py queues
|
python generator.py queues
|
||||||
python -m grpc_tools.protoc --proto_path schemas --python_out=. --pyi_out=. --grpc_python_out=. ./schemas/queues/tasks.proto
|
python -m grpc_tools.protoc --proto_path schemas --python_out=. --pyi_out=. --grpc_python_out=. ./schemas/queues/tasks.proto
|
||||||
|
rm -rf schemas
|
||||||
run:
|
run:
|
||||||
python ./server.py
|
python ./server.py
|
Loading…
Reference in New Issue
Block a user