Added docstrings to attachment controllers and deprecated the previously audio attacher

This commit is contained in:
2018-11-05 09:37:40 -06:00
parent 6fb70a5b32
commit 13b19fec75
3 changed files with 33 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ class post(object):
checker.clean()
def show_attach_dialog(self, *args, **kwargs):
a = attach.attachmentUploader()
a = attach.attachFromLocal()
if len(a.attachments) != 0:
self.attachments = a.attachments