diff --git a/coapthon/messages/message.py b/coapthon/messages/message.py index 98e4a76..7feab2e 100644 --- a/coapthon/messages/message.py +++ b/coapthon/messages/message.py @@ -646,6 +646,7 @@ class Message(object): """ self.del_option_by_number(defines.OptionRegistry.BLOCK2.number) + @property def size1(self): value = None for option in self.options: