Skip to content
Snippets Groups Projects
Commit 261fa0bd authored by Pavel Kácha's avatar Pavel Kácha
Browse files

Fixed wrong key name

parent 195f09c3
Branches
Tags
No related merge requests found
...@@ -297,7 +297,7 @@ class IdeaGen(object): ...@@ -297,7 +297,7 @@ class IdeaGen(object):
"DetectTime": self.format_timestamp(detect_time), "DetectTime": self.format_timestamp(detect_time),
"EventTime": self.format_timestamp(event_time), "EventTime": self.format_timestamp(event_time),
"CeaseTime": self.format_timestamp(cease_time), "CeaseTime": self.format_timestamp(cease_time),
"ConnectionCount": count, "ConnCount": count,
"Note": tmpl["note"], "Note": tmpl["note"],
"_CESNET": { "_CESNET": {
"EventTemplate": tmpl["template"], "EventTemplate": tmpl["template"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment