influxdb_schedule: fix typo in parameter name

pull/1360/head
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", {}),
"flush": v["flush"],
},
keys={
tags={
"status": "add",
"class_name": v["expid"]["class_name"],
"file": v["expid"]["file"],