mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-22 07:04:44 +00:00
Forgot to adjust one lefover call to stripall().
This commit is contained in:
parent
1b5cad3b3e
commit
d2fa69ab16
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue