attitude update frequency
This commit is contained in:
@@ -255,6 +255,7 @@ END;
|
||||
|
||||
func (rpc *RPC) saveRPB(name string) error {
|
||||
log.Infof("save RPC model to %s", name)
|
||||
os.Remove(name)
|
||||
model := rpc.Output()
|
||||
f, err := os.Create(name)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user