Bugfixes
This commit is contained in:
@@ -14,7 +14,7 @@ func main() {
|
||||
|
||||
defer n.Close()
|
||||
|
||||
channel := flag.Int("c", nil, "Noolite adapter channel")
|
||||
channel := *flag.Int("c", 0, "Noolite adapter channel")
|
||||
|
||||
err = n.Switch(channel)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user