diff --git a/weboob/applications/pastoob/pastoob.py b/weboob/applications/pastoob/pastoob.py index 3b0b9c18..90483ae8 100644 --- a/weboob/applications/pastoob/pastoob.py +++ b/weboob/applications/pastoob/pastoob.py @@ -44,13 +44,12 @@ class Pastoob(ReplApplication): self.load_config() return ReplApplication.main(self, argv) - def do_get(self, _id, *args): + def do_get(self, _id): """ get ID Get a paste contents. """ - print args if not _id: print >>sys.stderr, 'This command takes an argument: %s' % self.get_command_help('get', short=True) return 2