diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-04-11 09:44:18 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-04-11 09:44:18 +0200 |
commit | 7f96c6a3cb79127480a7dc6f9f1753c853a66969 (patch) | |
tree | 549ae619a74e97b6a7ad640efbd244c9cec89f86 /fb.py | |
parent | dfae82ab4d61e3d5a3a09264025345717f4f4373 (diff) |
fb.1: Document id://
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'fb.py')
-rwxr-xr-x | fb.py | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -97,6 +97,14 @@ class CURLWrapper: return self.serverConfig def upload_files(self, files): + """ + Upload files if f.should_upload() for f in files is true. + + Args: + files: List of File objects + Returns: + List of updated File objects + """ totalSize = 0 chunks = [[]] currentChunkSize = 0 |