diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-03-28 00:02:53 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-03-28 00:02:53 +0200 |
commit | 82691d3777eeaa958574f73ebba68af4856434c0 (patch) | |
tree | 0e5690ee5cd030ec9a1867a07772cfcc52ed343d /fb.py | |
parent | 58fd2b4dcb5ae0cee1d12e2c07ef53d1a65fcdff (diff) |
Remove already fixed TODO
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'fb.py')
-rwxr-xr-x | fb.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |