Fix the code to be highlighted

pull/33/head
Alexandre Dulaunoy 2016-12-02 10:01:08 +01:00
parent ab86ce7ae9
commit de6f21bc51
1 changed files with 2 additions and 2 deletions

View File

@ -306,11 +306,11 @@ valid_attribute_distribution_levels = ['0', '1', '2', '3', '4', '5']
#### Consuming feed
As the feed is a simple set of MISP json files, the file can be easily imported
As the feed is a simple set of MISP json files, the files can be easily imported
directly into any MISP instance. The script below processes the manifest file of an OSINT
feed and reimport them in a MISP directly.
~~~~
~~~~python
#!/usr/bin/env python
# -*- coding: utf-8 -*-