Skip to content

Commit bca9359

Browse files
committed
typo
1 parent 6816f4f commit bca9359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def post(self):
123123
if not req:
124124
req = {}
125125
# abort(400, msg='Empty request')
126-
g.logger.Debug (4,'***** REMOVE ME: Got req: {}'.forma(req))
126+
g.logger.Debug (4,'***** REMOVE ME: Got req: {}'.format(req))
127127
if req.get('mid') and g.monitor_config.get(str(req.get('mid'))):
128128
mid = str(req.get('mid'))
129129
g.logger.Debug (1, f'Monitor ID {mid} provided & matching config found in mlapi, ignoring objectconfig.ini')

0 commit comments

Comments
 (0)