Skip to content

Commit

Permalink
STY: json parser pep8
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Wagner <sebix@sebix.at>
  • Loading branch information
sebix committed Nov 9, 2016
1 parent ae409fc commit c3000eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intelmq/bots/parsers/json/parser.py
Expand Up @@ -19,7 +19,7 @@ def process(self):
report = self.receive_message()

event = MessageFactory.unserialize(base64_decode(report['raw']),
harmonization=self.harmonization)
harmonization=self.harmonization)

self.send_message(event)
self.acknowledge_message()
Expand Down

0 comments on commit c3000eb

Please sign in to comment.