summaryrefslogtreecommitdiffstats
path: root/fb.py
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-04-11 09:46:19 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-04-11 09:46:19 +0200
commit62f45c7a6ad051accb579ba32b44ae01605aa98e (patch)
tree8dcc06dded427ad2e12bf19e5b7799e128054d60 /fb.py
parent812b93aba4bb89b47da11f0265377a4544c3328e (diff)
Remove unused variables
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'fb.py')
-rwxr-xr-xfb.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/fb.py b/fb.py
index 42c672f..18c1fed 100755
--- a/fb.py
+++ b/fb.py
@@ -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():