master #6

Merged
emmatveev merged 3 commits from master into prod 2024-12-08 19:54:20 +03:00
Showing only changes of commit 8ea015e277 - Show all commits

View File

@ -2,5 +2,6 @@ gen:
rm -rf schemas
python generator.py queues
python -m grpc_tools.protoc --proto_path schemas --python_out=. --pyi_out=. --grpc_python_out=. ./schemas/queues/tasks.proto
rm -rf schemas
run:
python ./server.py