mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 06:04:21 +01:00
extended_appointment - deletes appointment size
This commit is contained in:
@@ -13,7 +13,7 @@ class ExtendedAppointment(Appointment):
|
||||
Returns:
|
||||
:obj:`dict`: the appointment summary.
|
||||
"""
|
||||
return {"locator": self.locator, "user_id": self.user_id, "size": len(self.encrypted_blob)}
|
||||
return {"locator": self.locator, "user_id": self.user_id}
|
||||
|
||||
@classmethod
|
||||
def from_dict(cls, appointment_data):
|
||||
|
||||
Reference in New Issue
Block a user