basic fixes for the server

This commit is contained in:
Yeicor
2024-03-02 18:10:49 +01:00
parent beb7ee6ef5
commit 2ff9ac9e7e
4 changed files with 39 additions and 29 deletions

View File

@@ -4,7 +4,6 @@ import os
from OCP.TopoDS import TopoDS_Shape
from build123d import *
from build123d import Shape
def build_logo() -> TopoDS_Shape:
@@ -21,7 +20,6 @@ def build_logo() -> TopoDS_Shape:
return logo_obj.part.wrapped
if __name__ == "__main__":
logging.basicConfig(level=logging.DEBUG)