summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-03-28 00:02:53 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-03-28 00:02:53 +0200
commit82691d3777eeaa958574f73ebba68af4856434c0 (patch)
tree0e5690ee5cd030ec9a1867a07772cfcc52ed343d
parent58fd2b4dcb5ae0cee1d12e2c07ef53d1a65fcdff (diff)
Remove already fixed TODO
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-xfb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/fb.py b/fb.py
index 7a5df6d..eab36d7 100755
--- a/fb.py
+++ b/fb.py
@@ -609,7 +609,6 @@ class FBClient:
ids = [self.extractId(arg) for arg in self.args.args]
return self.multipaste(ids)
- # TODO: detect paste URLs and add their IDs to a multipaste
files = [self.containerize_arg(arg) for arg in self.args.args]
self.upload_files(files)
return