Fixed syntax error

pull/346/head
Braden Laverick 2019-10-29 20:14:07 +00:00
parent c06ceedfb8
commit c1ca936910
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ def handler(q=False):
if attrType:
eqlType = fieldmap[attrType]
event_type = event_type[eqlType]
event_type = event_types[eqlType]
fullEql = "{} where {} == \"{}\"".format(event_type, eqlType, request[attrType])
else:
misperrors['error'] = "Unsupported attributes type"