-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Description
Suggestions:
- At line Fix SyntaxError: Missing parentheses in call to 'print' #43 : https://github.com/armbues/ioc_parser/blob/master/iocp.py#L43
- Replace with:
try:
from StringIO import StringIO
except ImportError:
from io import StringIO- pdfminer doesn't support python3, so I changed default library to 'pypdf2' at line #84:
def __init__(self, patterns_ini=None, ..., library='pypdf2', ...):Metadata
Metadata
Assignees
Labels
No labels