mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 09:04:10 -04:00
CLI works
This commit is contained in:
@@ -143,7 +143,7 @@ func (u *InfluxUnifi) Enabled() bool {
|
||||
return !u.Disable
|
||||
}
|
||||
|
||||
func (u *InfluxUnifi) DebugOutput(l poller.Logger) (bool, error) {
|
||||
func (u *InfluxUnifi) DebugOutput() (bool, error) {
|
||||
if u == nil {
|
||||
return true, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user