Commit 78086c62 authored by litaolemo's avatar litaolemo

update

parent d17ff0fb
......@@ -158,7 +158,7 @@ WHERE dev.device_id is null and t2.device_id is not null
else:
event_dict[project][event_cn] = 1
if project not in event_dict_reverse:
if event_cn not in event_dict_reverse:
event_dict_reverse[event_cn] = {}
if event_dict_reverse[event_cn].get(project):
event_dict_reverse[event_cn][project] += 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment