mirror of https://github.com/MISP/PyMISP
fix: make flake8 happy
parent
fff0caa330
commit
dcd1db8883
|
@ -6,6 +6,7 @@ import logging
|
|||
|
||||
logger = logging.getLogger('pymisp')
|
||||
|
||||
|
||||
class MicroblogObject(AbstractMISPObjectGenerator):
|
||||
|
||||
def __init__(self, parameters: dict, strict: bool = True, standalone: bool = True, **kwargs):
|
||||
|
@ -138,4 +139,4 @@ class MicroblogObject(AbstractMISPObjectGenerator):
|
|||
|
||||
# twitter post id
|
||||
if 'twitter-id' in self._parameters:
|
||||
self.add_attribute('twitter-id', value=self._parameters['twitter-id'])
|
||||
self.add_attribute('twitter-id', value=self._parameters['twitter-id'])
|
||||
|
|
Loading…
Reference in New Issue