diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-04-11 09:46:19 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-04-11 09:46:19 +0200 |
commit | 62f45c7a6ad051accb579ba32b44ae01605aa98e (patch) | |
tree | 8dcc06dded427ad2e12bf19e5b7799e128054d60 | |
parent | 812b93aba4bb89b47da11f0265377a4544c3328e (diff) |
Remove unused variables
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | fb.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -535,8 +535,6 @@ class FBClient: return dest def upload_files(self, files): - ids = [] - urls = [] upload_files = [] for file in files: if file.should_upload(): |