We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6816f4f commit bca9359Copy full SHA for bca9359
mlapi.py
@@ -123,7 +123,7 @@ def post(self):
123
if not req:
124
req = {}
125
# abort(400, msg='Empty request')
126
- g.logger.Debug (4,'***** REMOVE ME: Got req: {}'.forma(req))
+ g.logger.Debug (4,'***** REMOVE ME: Got req: {}'.format(req))
127
if req.get('mid') and g.monitor_config.get(str(req.get('mid'))):
128
mid = str(req.get('mid'))
129
g.logger.Debug (1, f'Monitor ID {mid} provided & matching config found in mlapi, ignoring objectconfig.ini')
0 commit comments