rpc debug

This commit is contained in:
nuknal
2024-08-28 16:30:04 +08:00
parent ce0a4fc370
commit 4cae45da5a
4 changed files with 145 additions and 76 deletions

View File

@@ -142,8 +142,6 @@ func (r *Registrator) SetSceneBoundary(scene *Scene) (topLeft, bottomRight orb.P
rpc := NewRPC(r, scene, strings.Replace(scene.Tiff, ".tiff", ".rpb", 1))
if err := rpc.RPC(); err != nil {
log.Error("calculate RPC failed: ", err)
} else {
rpc.SaveRpb()
}
return