Fixing an issue were metrics would not be sent
This commit is contained in:
@ -112,7 +112,7 @@ class IPlugin(local):
|
||||
def get_option(name, options):
|
||||
for o in options:
|
||||
if o.get('name') == name:
|
||||
return o.get('value')
|
||||
return o.get('value', o.get('default'))
|
||||
|
||||
|
||||
class Plugin(IPlugin):
|
||||
|
Reference in New Issue
Block a user