Forgot to adjust one lefover call to stripall().

This commit is contained in:
Bastian Kleineidam 2011-12-11 07:35:03 +01:00
parent 1b5cad3b3e
commit d2fa69ab16

View file

@ -772,7 +772,7 @@ if options.stdin:
args.extend(read_stdin_urls())
if args:
for url in args:
aggregate_url(aggregate, config, strformat.stripall(url))
aggregate_url(aggregate, config, strformat.stripurl(url))
else:
log.warn(LOG_CMDLINE, _("no files or URLs given"))
# set up profiling