fix string slice decleration

This commit is contained in:
richardsonjack 2018-04-19 18:39:41 +09:30
parent 3f76c64cf9
commit 611ce9c416
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ func periodicNetsenderReport(){
}
}
inputs := {"X20", "X21"}
inputs := []string{"X20", "X21"}
if _, reconfig, err := netsender.Send(netsender.RequestPoll, inputs); err != nil {
config.Logger.Log("Error", err.Error())
}