From 3a7de3702e36b8cac2a80d979fdb928efcd77746 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 11 Apr 2016 09:46:50 +0200 Subject: Comment FBClient.upload_files Not sure why I only wrote a comment for this one, but better commit than discard it. Signed-off-by: Florian Pritz --- fb.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fb.py b/fb.py index 6494273..a891572 100755 --- a/fb.py +++ b/fb.py @@ -535,6 +535,12 @@ class FBClient: return dest def upload_files(self, files): + """ + Upload files and create multipaste if multiple files are uploaded. + + Args: + files: List of File objects to upload + """ upload_files = [] for file in files: if file.should_upload(): -- cgit v1.2.3-24-g4f1b