@ -144,7 +144,8 @@ func (p *Parser) ConfigQueue(yamlpath string) {
panic(err)
}
err = yaml.Unmarshal(data, &p.que)
log.Println(string(data))
err = yaml.Unmarshal(data, p.que)
if err != nil {
The note is not visible to the blocked user.