print values

pull/278/head
Vincent-CIRCL 2019-02-18 15:23:57 +01:00
parent 2753f354ab
commit be01d54779
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ def handler(q=False):
return False
for evt in request['data']:
print(request['data'])
report = ReportGenerator()
report.report_headers()
report.from_event(evt)