chore: Added __init__ files, added fallback for callbacks, refactoring & improvements

This commit is contained in:
ITQ
2024-05-19 16:24:19 +03:00
parent b51c135b14
commit 4bc3025ab4
12 changed files with 291 additions and 138 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ class Note(Base):
def get_note_text(self):
return messages.NOTE_DETAIL.format(
file_name=self.file_name,
file_type=self.file_type,
file_type=self.file_type.capitalize(),
public="Yes" if self.public else "No",
)