create attachment object
This commit is contained in:
@@ -7,4 +7,4 @@ class Attachment:
|
||||
self.url = url
|
||||
|
||||
def __repr__(self):
|
||||
return f"Attachment(id={self.id}, course_id={self.course_id}, name={self.name}, url={self.url})"
|
||||
return f"Attachment(id={self.id}, course_id={self.course_id}, name={self.name}, content={self.content}, url={self.url})"
|
||||
Reference in New Issue
Block a user