From 8ea015e27731676ea3b9f7033a4c74b43f69e6f2 Mon Sep 17 00:00:00 2001 From: emmatveev Date: Sun, 8 Dec 2024 15:37:02 +0300 Subject: [PATCH] fix --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 695c182..beae14e 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file