fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 8s
Deploy Dev / Push (pull_request) Successful in 10s
Deploy Dev / Deploy dev (pull_request) Successful in 13s

This commit is contained in:
2024-12-08 19:40:13 +03:00
parent 0b6dc3af1a
commit 5dbacec1b0
4 changed files with 9 additions and 44 deletions

View File

@@ -1,2 +1,6 @@
gen:
python -m grpc_tools.protoc --proto_path schemas --python_out=. --pyi_out=. --grpc_python_out=. ./schemas/tasks.proto
curl https://platform.sprinthub.ru/generator >> generator.py
python generator.py
rm generator.py
run:
python ./server.py