Keith J. Jones
Keith J. Jones
I haven't had to use this tool since I wrote it, but I'll try my best. What platform are you using? What version of Python?
It's no problem. It's probably something simple. I wonder if it has something to do with the underscore in the value name? https://github.com/keithjjones/hostintel/blob/master/sampleconfig.conf#L2 That's the only one that has one...
This is where it is used... https://github.com/keithjjones/hostintel/blob/master/hostintel.py#L80
A recent issue was posted here with configparser. I wonder if it's related.
Any developments with this one?
It's been a few years since I've worked on this, and things could have changed. I also don't remember working on a Linux portion, so this may be Windows specific....
This fix compiles for me. Thanks @rsmmr ! If this is the intended way to use sinks with parameters, maybe the fix is to put this example logic in the...
If you use + on your value to make it an int, that will workaround this bug: 
I liked the way it worked originally because it was more intuitive, but if it's a design decision... It's a design decision.