influxdb_schedule: fix typo in parameter name

This commit is contained in:
Charles Baynham 2019-09-05 16:39:09 +01:00 committed by Robert Jördens
parent 7ac8feea19
commit d31f30a436
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class Log(dict):
"arguments": v["expid"].get("arguments", {}), "arguments": v["expid"].get("arguments", {}),
"flush": v["flush"], "flush": v["flush"],
}, },
keys={ tags={
"status": "add", "status": "add",
"class_name": v["expid"]["class_name"], "class_name": v["expid"]["class_name"],
"file": v["expid"]["file"], "file": v["expid"]["file"],