This commit is contained in:
2016-06-26 15:29:57 +05:00
parent d95cc6aa4d
commit 3cc52858f1

View File

@@ -14,7 +14,7 @@ func main() {
defer n.Close() defer n.Close()
channel := flag.Int("c", nil, "Noolite adapter channel") channel := *flag.Int("c", 0, "Noolite adapter channel")
err = n.Switch(channel) err = n.Switch(channel)