inlines - part 2
This commit is contained in:
parent
df02fd9c4d
commit
af22d8ef23
7 changed files with 43 additions and 44 deletions
|
|
@ -79,8 +79,8 @@ class InlineImage(Message):
|
|||
Inline image
|
||||
"""
|
||||
|
||||
def __init__(self, owner, time, data):
|
||||
super(InlineImage, self).__init__(MESSAGE_TYPE['INLINE'], owner, time)
|
||||
def __init__(self, data):
|
||||
super(InlineImage, self).__init__(MESSAGE_TYPE['INLINE'], None, None)
|
||||
self._data = data
|
||||
|
||||
def get_data(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue