diff --git a/tasks.py b/tasks.py index e329a0c..c03e6ce 100644 --- a/tasks.py +++ b/tasks.py @@ -120,7 +120,7 @@ def get_tag(event_json, tag): return res[0] if res else None tags = [] - for t in ["p", "e"]: + for t in ["p", "e", "a"]: tag = get_tag(event_json, t) if tag: tags.append([t, tag[0]])